Bug 231180

Summary: 'Purge completed' functionality not implemented in To-do List view context menu
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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