Bug 228694 - Impossible to cancel the move of an event when using 'Pick Date' button
Summary: Impossible to cancel the move of an event when using 'Pick Date' button
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-27 01:03 UTC by Sabine Faure
Modified: 2010-03-03 20:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2010-02-27 01:03:20 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Create an event for today from 10:00 to 11:00
- Click on 'New Event' and go to Attendees tab
- Click on 'Center on Start' button to display current time
- Click on 'Pick Date' button
- An 'information' pop up dialogue appears with the following message: 'The meeting has been moved to Start: Day Month Date Time Year End: Day Month Date Time Year.

You cannot refuse moving the event since there is only an 'Ok' button and mostly because the event has already been moved.

The time and date that were previously set have been erased and replaced by the next available slot in your or all the attendees' calendar(s).

Trunk, Svn Rev 1096391
Comment 1 David Faure 2010-02-27 01:06:17 UTC
SVN commit 1096596 by dfaure:

GUI: Improve usability of the "Pick Date" button: show Yes/No dialog so the user
can choose to use the suggested date, or to ignore the suggestion.
BUG: 228694


 M  +7 -5      koeditorfreebusy.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1096596
Comment 2 Sabine Faure 2010-03-03 20:03:24 UTC
It is corrected now.

A Question dialogue appears with the following message: 'The next available time slot for the meeting is: 
Start: Day Month Date Starttime Year
End: Day Month Date Endtime Year
Would you like to move the meeting to this time slot?'

When the user clicks on 'Yes' the events is moved to the next available slot.
When the user clicks on 'No' the events stays on the day that was entered in the General tab.

Trunk, Svn Rev 1098377