[OGo-Bugs][Bug 1975] Project lists "back-link" to appointments, even if the appointment has been deleted

bugs@opengroupware.org bugs@opengroupware.org
Mon, 19 May 2008 16:41: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=1975





------- Additional Comments From awilliam@whitemice.org  2008-05-19 16:38 -------
It seems like the "_separateNotesInContext" method of
Logic/LSScheduler/LSDeleteAppointmentCommand.m should take care of this.

------- Additional Comments From awilliam@whitemice.org  2008-05-19 16:41 -------
Created an attachment (id=628)
 --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=628&action=view)
separateNotesInContex method from LSDeleteAppointmentCommand (r2110)

This method is called in the executeInContext
...
  [self _deleteDateInfo:_context];
  [self _separateNotesInContext:_context];
  [self _deleteRelations:[self relations] inContext:_context];
...


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