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 321741 - New Meeting UI: Default First Date Should Be At Least Current Day
New Meeting UI: Default First Date Should Be At Least Current Day
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.6.x
Other All
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-11-17 18:28 UTC by David Richards
Modified: 2013-09-13 00:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.53 KB, patch)
2007-06-01 13:31 UTC, Milan Crha
committed Details | Review
proposed patch (4.24 KB, patch)
2007-07-03 09:09 UTC, Milan Crha
committed Details | Review

Description David Richards 2005-11-17 18:28:36 UTC
Please describe the problem:
Today is 11/17..when I create new-->Meetings it's defaulting to 11/05 and
requires me to change that date each time.  Default should be either to current
day, or possibly next day.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Poornima 2005-11-18 09:03:07 UTC
David: just check if you have changed the date in 'tag calendar' in calendar
view to old date before 'new ->meeting' is executed.
Anyway there is a bug here, in mail view select 'New ->Meeting', meeting is
created in current date. In calendar view, select 'New ->Meeting', meeting is
created on the date selected in 'tag calendar'.The bug is wherever 'New ->
Meeting' is executed, meeting has to be created in current date.
Comment 2 David Richards 2005-11-18 14:09:14 UTC
Confirming, it's using whichever date is clicked in the calendar, good catch. 
So I guess you need a bit of code that says

if date selected in calendar < current date then create appointment in current date
Comment 3 Diego Escalante Urrelo (not reading bugmail) 2006-12-03 19:11:32 UTC
I would like to hack this, which files should I check. Evo is BIG.
Comment 4 Milan Crha 2007-06-01 13:31:59 UTC
Created attachment 89180 [details] [review]
proposed patch

for evolution;

This doesn't affect double click in calendar view, so when one double-clicks on exact date/time, then this date/time is used.
With main/popup menu options is date changed on actual date/time when beginning of appointment/meeting is in past.
Comment 5 Srinivasa Ragavan 2007-06-02 05:40:52 UTC
Committed to head and stable.
Comment 6 Milan Crha 2007-07-03 09:09:03 UTC
Created attachment 91088 [details] [review]
proposed patch

for evolution;

As we discussed this on IRC with chen, the date could be changed to actual day only when creating new appointment/meeting from menu, not from popup-menu or by double-click on a range, so I changed this.
Comment 7 Srinivasa Ragavan 2007-07-06 18:32:28 UTC
Committed to head.