openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #10239
[Merge] lp:~j-corwin/openlp/bug-798568 into lp:openlp
Jonathan Corwin has proposed merging lp:~j-corwin/openlp/bug-798568 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #798568 in OpenLP: "Note disappears after editing"
https://bugs.launchpad.net/openlp/+bug/798568
For more details, see:
https://code.launchpad.net/~j-corwin/openlp/bug-798568/+merge/65091
Stop the note getting lost if the service item is edited
--
https://code.launchpad.net/~j-corwin/openlp/bug-798568/+merge/65091
Your team OpenLP Core is requested to review the proposed merge of lp:~j-corwin/openlp/bug-798568 into lp:openlp.
=== modified file 'openlp/core/lib/serviceitem.py'
--- openlp/core/lib/serviceitem.py 2011-06-12 16:02:52 +0000
+++ openlp/core/lib/serviceitem.py 2011-06-18 13:39:29 +0000
@@ -354,6 +354,7 @@
replace an original version.
"""
self._uuid = other._uuid
+ self.notes = other.notes
def __eq__(self, other):
"""
Follow ups