We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 404b60e + da5eecd commit 6626fa6Copy full SHA for 6626fa6
1 file changed
ayon_api/_api_helpers/projects.py
@@ -810,6 +810,10 @@ def _get_graphql_projects(
810
for project in parsed_data["projects"]:
811
if active is not None and active is not project["active"]:
812
continue
813
+
814
+ if library is not None and library is not project["library"]:
815
+ continue
816
817
if own_attributes:
818
fill_own_attribs(project)
819
self._fill_project_entity_data(project)
0 commit comments