After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 529331 - delete appointments when moving to the same calendar
delete appointments when moving to the same calendar
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.28.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 599424 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-04-22 07:34 UTC by Sebastien Bacher
Modified: 2010-02-25 12:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
eds patch (1.13 KB, patch)
2010-02-25 12:22 UTC, Milan Crha
committed Details | Review
evo patch (4.73 KB, patch)
2010-02-25 12:30 UTC, Milan Crha
committed Details | Review

Description Sebastien Bacher 2008-04-22 07:34:23 UTC
The bug has been described on https://bugs.launchpad.net/bugs/198392

"You make an appointment in one calendar. If you decide you want to move the appointment to another calendar, open it up switch calendars with the drop down list. But then select the same calendar to move the appointment to. After submit the change the appointment will disappear from all of your calendars.

I assume the move operation is implemented as copy to the selected calendar and then remove from the origin and there is no check if selected and origin are the same."
Comment 1 Akhil Laddha 2009-10-26 05:05:42 UTC
*** Bug 599424 has been marked as a duplicate of this bug. ***
Comment 2 Oded Arbel 2009-12-13 10:44:27 UTC
Still happens with 2.28
Comment 3 Milan Crha 2010-02-25 12:22:04 UTC
Created attachment 154677 [details] [review]
eds patch

for evolution-data-server;

Missing API somehow, thus workarounding it slightly.
Comment 4 Milan Crha 2010-02-25 12:30:00 UTC
Created attachment 154680 [details] [review]
evo patch

for evolution;

The evolution part. As calendar also supports a multiselect (in list view), one can select more than one source calendar, thus it'll not allow selecting that from the first selected item, but on moving to the same calendar will not delete it either, so should be fine.
Comment 5 Milan Crha 2010-02-25 12:33:43 UTC
Created commit c1f0d8c in eds master (2.29.92+)
Created commit 1341a56 in evo master (2.29.92+)