mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix creator identifier
This commit is contained in:
parent
c9aa319396
commit
ae2a1b22c4
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ from . import lib
|
|||
|
||||
CREATOR_INSTANCE_ATTRS = {
|
||||
"id", "asset", "subset", "task", "variant", "family", "instance_id",
|
||||
"creator_attributes", "publish_attributes", "active"
|
||||
"creator_identifier", "creator_attributes", "publish_attributes", "active"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue