Bug 255808

Summary: Cannot delete an event/task/contact (delete action is greyed out)
Product: [Applications] KOrganizer Mobile Reporter: Ludwig Reiter <ludwig.reiter>
Component: generalAssignee: Sergio Martins <smartins>
Status: CLOSED FIXED    
Severity: critical CC: smartins
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Maemo 5   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ludwig Reiter 2010-11-01 13:59:04 UTC
Version:           unspecified (using Devel) 
OS:                Linux

snapshot version: 4:4.6~20101101.1191729-1maemo1.1191281


Reproducible: Always

Steps to Reproduce:
1. Create an new event/task/contact.
2. Select the item.
3. Try to activate Actions->Edit->Delete item...


Actual Results:  
Delete event/... is greyed out and cannot be selected.

Expected Results:  
Should be black and selectable and trigger the deletion of the item from the Kolab resource.
Comment 1 Volker Krause 2010-11-01 15:09:39 UTC
SVN commit 1191941 by vkrause:

Make the action selection model follow the navigation selection model.
Fixes various single item actions being disabled.

BUG: 255808


 M  +1 -0      calendar/korganizer-mobile.qml  
 M  +1 -0      contacts/kaddressbook-mobile.qml  
 M  +1 -0      notes/notes.qml  
 M  +1 -0      tasks/tasks.qml  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1191941
Comment 2 Ludwig Reiter 2010-11-12 11:41:09 UTC
version: 20101112.1195824-1maemo1

delete task: ok delete contact:ok
But delete event:  greyed out (failure)
And move or copy event are also greyed out.
Place: Event Viewer->Actions->Edit
So reopened
Comment 3 Sergio Martins 2010-11-15 08:13:38 UTC
Fixing it.
Comment 4 Sergio Martins 2010-11-15 09:13:31 UTC
SVN commit 1197244 by smartins:

Tell the item action selection model that we selected an incidence in the view.

Fixes "Cannot delete an event/task/contact (delete action is greyed out)"

BUG: 255808

 M  +1 -0      mainview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1197244