Closed GoogleCodeExporter closed 8 years ago
I'm guessing it is because the Appointment is being cloned:
http://code.google.com/p/gwt-cal/source/browse/trunk/gwt-cal/src/main/java/com/b
radrydzewski/gwt/calendar/client/Appointment.java#308
In the calendar code, the "rollback" is set to the clone of the appointment the
action was taken on:
calendarWidget.setRollbackAppointment(appt.clone());
Have you tried to override the clone method to use your subclass? I think this
would solve your problem
Original comment by Brad.Ryd...@gmail.com
on 29 May 2012 at 4:06
That did the trick. Thanks.
Original comment by ppaterno...@yahoo.com
on 29 May 2012 at 4:54
Should be considered "Not a bug"?
Original comment by ctasada
on 29 May 2012 at 8:28
yep, not a bug. Glad to overriding clone() worked
Original comment by Brad.Ryd...@gmail.com
on 30 May 2012 at 3:30
Original issue reported on code.google.com by
ppaterno...@yahoo.com
on 29 May 2012 at 2:54Attachments: