mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added new entityType appointment to ignored entity types
This commit is contained in:
parent
19fe9879c1
commit
9bc2f557a3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class SyncToAvalonEvent(BaseEvent):
|
|||
ignore_entTypes = [
|
||||
"socialfeed", "socialnotification", "note",
|
||||
"assetversion", "job", "user", "reviewsessionobject", "timer",
|
||||
"timelog", "auth_userrole"
|
||||
"timelog", "auth_userrole", "appointment"
|
||||
]
|
||||
ignore_ent_types = ["Milestone"]
|
||||
ignore_keys = ["statusid"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue