[OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message

bugs@opengroupware.org bugs@opengroupware.org
Fri, 5 Oct 2007 21:05:53 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1922





------- Additional Comments From helge.hess@opengroupware.org  2007-10-05 20:33 -------
(ups, reverse new and old :-)

------- Additional Comments From awilliam@whitemice.org  2007-10-05 21:05 -------
Down some code paths the participants of an appointment are either a
EOGenericRecord or an NSDictionary;  down other code paths (from appointment
move) the participants seems to be LSPerson objects. mutableCopy fails on
LSPerson objects.  Fix to Bug#1915 introduced the line:

  newEntry = [[[_newList objectAtIndex:i] mutableCopy] autorelease];

And the new entry was used to preserve the status, role, comment, and rsvp from
the old participant entry.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.