mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
replaced _NotImplemented with ItemEntity
This commit is contained in:
parent
b985fe852e
commit
2d2698d8bb
1 changed files with 1 additions and 1 deletions
|
|
@ -1007,7 +1007,7 @@ class PathEntity(ItemEntity):
|
|||
self.child_obj.update_studio_values(value)
|
||||
|
||||
|
||||
class ListStrictEntity(_NotImplemented):
|
||||
class ListStrictEntity(ItemEntity):
|
||||
schema_types = ["list-strict"]
|
||||
|
||||
gui_type = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue