fix has unsaved changes

This commit is contained in:
iLLiCiTiT 2021-02-16 16:07:06 +01:00
parent 7e130201f7
commit 68ff323978

View file

@ -266,6 +266,7 @@ class ListStrictEntity(ItemEntity):
self.on_change()
@property
def has_unsaved_changes(self):
if self._override_state is OverrideState.NOT_DEFINED:
return False