mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
override '_update_current_metadata'
This commit is contained in:
parent
61a05d5088
commit
61a7cee378
1 changed files with 6 additions and 0 deletions
|
|
@ -613,3 +613,9 @@ class RootsDictEntity(DictImmutableKeysEntity):
|
|||
self.add_to_project_override()
|
||||
|
||||
return super(RootsDictEntity, self).on_child_change(child_obj)
|
||||
|
||||
|
||||
def _update_current_metadata(self):
|
||||
"""Override this method as this entity should not have metadata."""
|
||||
self._metadata_are_modified = False
|
||||
self._current_metadata = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue