Bug 232055 - Possible to add a reminder on a journal entry from month view
Summary: Possible to add a reminder on a journal entry from month view
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-03-25 01:46 UTC by Sabine Faure
Modified: 2010-03-25 20:09 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-03-25 01:46:09 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Go to month view
- Create a new journal for today
- The new journal entry should be displayed correctly in the month view
- Click once on the journal entry to display information about it in the details view
- Right click on the journal entry and select 'Toggle Reminder'
- In the detail view, the reminder icon (red bell) is now displayed next to the title of the journal entry

However, since it is impossible to set a reminder for a journal entry from the 'New Journal' dialogue and since it is impossible to know for which time the reminder has been set up I believe this feature should not exist.

I suggest that when the user right clicks on a journal entry the 'Toggle Reminder' menu item be unavailable (greyed) since it does not apply here.

Trunk, Svn Rev 1106990
Comment 1 Laurent Montel 2010-03-25 10:16:49 UTC
SVN commit 1107296 by mlaurent:

Fix bug #232055
We can't add a reminder on a journal => don't show menu entry for it.
BUG: 232055


 M  +5 -2      koeventpopupmenu.cpp  
 M  +1 -0      koeventpopupmenu.h  


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

The 'Toggle Reminder' menu item has been removed from the journals context menu in the month view.

Trunk, Svn Rev 1107335