mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
store origin data of task item
This commit is contained in:
parent
84887088f9
commit
c84e37c4bb
1 changed files with 1 additions and 0 deletions
|
|
@ -1317,6 +1317,7 @@ class TaskItem(BaseItem):
|
|||
}
|
||||
|
||||
def __init__(self, data=None):
|
||||
self._origin_data = copy.deepcopy(data)
|
||||
self._removed = False
|
||||
if data is None:
|
||||
data = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue