mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
added entity_type (there must be any)
This commit is contained in:
parent
b1a72ed43b
commit
0be2be6440
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ class CustomAttributeDoctor(BaseAction):
|
|||
for key in to_create:
|
||||
data = {
|
||||
'key': key,
|
||||
'entity_type': 'show',
|
||||
'is_hierarchical': True,
|
||||
'default': None
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue