mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
slight model change thing for categories
This commit is contained in:
parent
b2824286f0
commit
8c5f3a8cfb
@ -37,7 +37,7 @@ def all_specifications(libraries=False,standalone=False):
|
||||
categories = spec_service.get_categories()
|
||||
workflows = []
|
||||
for cat in categories:
|
||||
workflows.extend(cat.workflows)
|
||||
workflows.extend(cat.specs)
|
||||
return WorkflowSpecInfoSchema(many=True).dump(workflows)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user