store origin data of task item

This commit is contained in:
iLLiCiTiT 2021-05-10 22:34:05 +02:00
parent 84887088f9
commit c84e37c4bb

View file

@ -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 = {}