added new entityType appointment to ignored entity types

This commit is contained in:
iLLiCiTiT 2020-01-10 11:40:29 +01:00
parent 19fe9879c1
commit 9bc2f557a3

View file

@ -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"]