Bug 231180 - 'Purge completed' functionality not implemented in To-do List view context menu
Summary: 'Purge completed' functionality not implemented in To-do List view context menu
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-18 01:56 UTC by Sabine Faure
Modified: 2010-03-31 20:46 UTC (History)
1 user (show)

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-18 01:56:00 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Go to to-do list view
- Right click on a completed to do and select 'Purge Completed'
- A pop up 'Purge To-dos' dialogue appears saying: 'Delete all completed to-dos?'
- Click on 'Purge'

Nothing happens, the dialogue disappears but the completed to dos are still displayed in the to do list view.

Trunk, Svn Rev 1104424
Comment 1 Laurent Montel 2010-03-18 09:39:13 UTC
korganizer(7639) CalendarView::purgeCompletedSubTodos: AKONADI PORT: Disabled code in   bool CalendarView::purgeCompletedSubTodos(const Akonadi::Item&, bool&)

ok not implemented :)
Will fix it soon
Comment 2 Laurent Montel 2010-03-31 09:08:09 UTC
SVN commit 1109468 by mlaurent:

Fix bug #231180 (implement purge complete)
BUG: 231180


 M  +5 -14     calendarview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1109468
Comment 3 Sabine Faure 2010-03-31 20:46:52 UTC
It is corrected now.

The completed to dos are not longer displayed in the to do list view after selecting 'Purge'.

Trunk, Svn Rev 1109533