Lost temporary edit flag

This commit is contained in:
Tim Bentley 2011-12-10 08:52:18 +00:00
parent 1d673caff4
commit 39bc9238bf
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ class ServiceItem(object):
"""
self._uuid = other._uuid
self.notes = other.notes
self.temporary_edit = other.temporary_edit
# Copy theme over if present.
if other.theme is not None:
self.theme = other.theme