gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01305
[Bug 529259] Re: [gtg-refactor] Task editor does not load for existing tasks
This is solved in the branch. (marked as fix released as the bug was
never released)
** Changed in: gtg
Status: In Progress => Fix Released
--
[gtg-refactor] Task editor does not load for existing tasks
https://bugs.launchpad.net/bugs/529259
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Fix Released
Bug description:
On launching fresh gtg using ./scripts/debug.sh and then clicking on one of the tasks, the task editor does not launch, and the following error is printed to console:
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg-refactor/GTG/taskbrowser/browser.py", line 1298, in on_edit_active_task
self.open_task(tid)
File "/home/bryce/src/gtg/gtg-refactor/GTG/viewmanager/manager.py", line 75, in open_task
clipboard = self.clipboard)
File "/home/bryce/src/gtg/gtg-refactor/GTG/taskeditor/editor.py", line 145, in __init__
self.textview.removesubtask_callback(task.remove_subtask)
AttributeError: Task instance has no attribute 'remove_subtask'
References