mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
thumbid key is ignored in event_sync_to_avalon
This commit is contained in:
parent
2f992a6ea4
commit
cc35ed7ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class SyncToAvalonEvent(BaseEvent):
|
|||
"timelog", "auth_userrole", "appointment"
|
||||
]
|
||||
ignore_ent_types = ["Milestone"]
|
||||
ignore_keys = ["statusid"]
|
||||
ignore_keys = ["statusid", "thumbid"]
|
||||
|
||||
project_query = (
|
||||
"select full_name, name, custom_attributes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue