mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
reverse project 'archive' to 'active'
This commit is contained in:
parent
453a813ec1
commit
b0d166fe09
8 changed files with 23 additions and 24 deletions
|
|
@ -46,7 +46,7 @@ class ProjectModel(QtGui.QStandardItemModel):
|
|||
project_names = set()
|
||||
|
||||
for doc in sorted(
|
||||
self.dbcon.projects(projection={"name": 1}, no_archived=True),
|
||||
self.dbcon.projects(projection={"name": 1}, only_active=True),
|
||||
key=lambda x: x["name"]
|
||||
):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue