Bug 343244

Summary: Creating task is impossible when Note default collection is undefined
Product: [Applications] zanshin Reporter: Franck Arrecot <franck.arrecot>
Component: generalAssignee: Kevin Ottens <ervin>
Status: RESOLVED FIXED    
Severity: normal CC: mbensi
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: already done   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Franck Arrecot 2015-01-24 16:19:03 UTC
If you only have a task collection defined within zanshin and no NoteCollection, you can't create task on the fly to the inbox or any context , tag. 

KJob *TaskRepository::createItem(const Item &item)  
 -> if (defaultCollection.isValid()) return false

I didn't dig more, but as soon as I Filled the note collection, it worked again.
Need some test on this I guess 

Reproducible: Always

Steps to Reproduce:
1. Take of the default Note collection
2. try create a task in the inbox or on any context/tag (on the fly, no drag and drop)
3. Nothing appear

Actual Results:  
No task created

Expected Results:  
Should create a task
Comment 1 Kevin Ottens 2015-12-23 21:34:32 UTC
This doesn't apply anymore on current master.