mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
Merge pull request #360 from sartography/423-LibraryAppearingInDashboard
Fixes #423
This commit is contained in:
commit
fcbbeb4735
@ -464,6 +464,8 @@ class StudyService(object):
|
||||
workflow_models = db.session.query(WorkflowModel). \
|
||||
join(WorkflowSpecModel). \
|
||||
filter(WorkflowSpecModel.is_master_spec == False). \
|
||||
filter((WorkflowSpecModel.library == False) | \
|
||||
(WorkflowSpecModel.library == None)). \
|
||||
filter(WorkflowModel.study_id == study_id). \
|
||||
all()
|
||||
workflow_metas = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user