forked from openlp/openlp
Stop the service item note getting lost if the service item is edited
bzr-revno: 1645
This commit is contained in:
commit
553353cf7e
@ -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