Changeset [76e9fddd2e74009564e5a4a7b47ac2c2cc0a0b01] by Darren Vincent Hart
April 14th, 2009 @ 06:55 PM
fix new task's being created with "No Context"
The new task handler in braindump.py would blindly pass a ContextNone in the contexts array to the Task constructor. This would get saved in the xmlstore, and when subsequently loaded, the reference would never get resolved as a new ContextNone is created with each application start (and is not saved in the xmlstore). We represent ContextNone in the Task objects with an empty contexts array. I'd like to scrap all the gtd.*None classes eventually.
Signed-off-by: Darren Hart darren@dvhart.com http://github.com/dvhart/braindu...
Committed by Darren Vincent Hart
- M braindump.py
- M xmlstore.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A context based task management system.