mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
reset 'archived' to False if no confirmation string
This commit is contained in:
parent
c234cb9079
commit
662e74816b
1 changed files with 4 additions and 0 deletions
|
|
@ -778,6 +778,10 @@ class ProjectSettings(RootEntity):
|
|||
anatomy["attributes"]["archive_confirm"] = ""
|
||||
anatomy["attributes"]["archived"] = False
|
||||
|
||||
else:
|
||||
if anatomy and "attributes" in anatomy:
|
||||
anatomy["attributes"]["archived"] = False
|
||||
|
||||
return output
|
||||
|
||||
def _save_studio_values(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue