mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added default value for removed role
This commit is contained in:
parent
15c5361733
commit
7d225a2ab4
1 changed files with 3 additions and 0 deletions
|
|
@ -875,6 +875,9 @@ class BaseItem:
|
|||
if role == DUPLICATED_ROLE:
|
||||
return self._is_duplicated
|
||||
|
||||
if role == REMOVED_ROLE:
|
||||
return False
|
||||
|
||||
return self._None
|
||||
|
||||
def data(self, key, role):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue