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 704369 - Meeting change asks on save, but tries to send meeting update anyway
Meeting change asks on save, but tries to send meeting update anyway
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
3.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on: 703899
Blocks:
 
 
Reported: 2013-07-17 07:16 UTC by Milan Crha
Modified: 2013-08-09 09:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (5.45 KB, patch)
2013-08-09 08:57 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2013-07-17 07:16:07 UTC
While working on bug #703899, testing its patch, I noticed that the evolution asks whether it's OK to save the meeting (not send it, aka the "prompt-save-meeting-dragged-or-resized" message), when I drag a meeting which has only one attendee, the same as organizer, but then tries to send the meeting update anyway - a composer window is opened, which asks for a recipient. That means that either the question text is wrong, or no send should be done. The second is correct, from my point of view.
Comment 1 Milan Crha 2013-08-09 08:57:53 UTC
Created attachment 251222 [details] [review]
evo patch

for evolution;

This reuses component_has_recipients() function on more places, effectively avoiding message send when there is no recipient available when changing events in a day view.
Comment 2 Milan Crha 2013-08-09 09:00:05 UTC
Created commit bdcbed9 in evo master (3.9.90+)
Created commit e595044 in evo gnome-3-8 (3.8.5+)