forked from openlp/openlp
Preserve service item notes between edits
This commit is contained in:
parent
6f24d50316
commit
658d4c2ecf
@ -354,6 +354,7 @@ class ServiceItem(object):
|
||||
replace an original version.
|
||||
"""
|
||||
self._uuid = other._uuid
|
||||
self.notes = other.notes
|
||||
|
||||
def __eq__(self, other):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user