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 449081 - Drop read-only calendar error message
Drop read-only calendar error message
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
3.2.x (obsolete)
Other All
: Normal minor
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks: 502515
 
 
Reported: 2007-06-19 11:11 UTC by vinod
Modified: 2012-12-04 15:20 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2


Attachments
patch for the 449081 (876 bytes, patch)
2007-06-19 11:16 UTC, vinod
needs-work Details | Review
evo patch (1.82 KB, patch)
2012-12-04 15:18 UTC, Milan Crha
committed Details | Review

Description vinod 2007-06-19 11:11:03 UTC
Documentation 
Section: evolution:calendar 
In Evolution version 2.11.2
   when creating a new meeting in the calendars
   right click --> ( select ) New Meeting
        when an inappropriate calendar source is selected an error
        message is displayed .. this messsage is okay for the experienced user
        for the novice users , should be bit more descriptive ,sometimes it gets   
        out to be not understandable ...

error message shown as 

   Cannot create a new event

   You have a read-only calendar source selected. Change to Calendar View and    
   highlight a calendar that can accept appointments.

Correct version:
error message should be 

  Cannot create a new event

You have a read-only calendar source selected. Change to Calendar View and highlight a calendar that can accept appointments found on the left side of the window  that displays the calendar list .

Other information:
Comment 1 vinod 2007-06-19 11:16:52 UTC
Created attachment 90264 [details] [review]
patch for the 449081
Comment 2 André Klapper 2007-06-19 13:06:00 UTC
vinod, i don't want to be rude, but you've really succeeded in putting three spelling errors in one sentence in that patch. please be much more careful, i don't want those times back when one error in evo was fixed by introducing three new errors (and those times did exist!).

also see bug 438809, and bug 438613. i think this is a duplicate.
Comment 3 vinod 2007-06-19 13:49:23 UTC
hmm andre , ok next time on vinod taking up the job of reporting hlp err msgs....
          and thankz for the advice ;) ,,, ok just wanted bugzilla to know about the err... thankz in advance.. :)
Comment 4 Matthew Barnes 2008-03-11 00:36:15 UTC
Bumping version to a stable release.
Comment 5 Matthew Barnes 2008-08-28 17:26:41 UTC
I think a more intelligent UI could eliminate this error message altogether.

How about:

   - If the selected calendar is read-only, fall back to your default
     calendar.

   - If your default calendar is also read-only, fall back to the first
     writable calendar under On This Computer (there should always be at
     least one).

   - The chosen calendar then gets selected automatically in the meeting
     or appointment editing dialog.

Same approach could apply to tasks and memos, and possibly other places.

Adjusting summary and adding 'usability' keyword.
Comment 6 André Klapper 2012-02-08 11:50:21 UTC
Rephrasing as per last comment.
Comment 7 Milan Crha 2012-12-04 15:18:01 UTC
Created attachment 230666 [details] [review]
evo patch

for evolution;

After some tests, I dropped the message completely, and let the component editor do its job. It copes with read-only sources on its own, thus why to add new functionality. The gain is that we are not trying to be clever, user will not be surprised why he/she has set different calendar than the one in the Calendar view.
Comment 8 Milan Crha 2012-12-04 15:20:35 UTC
Created commit 0178cb5 in evo master (3.7.3+)