gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01297
[Bug 529259] Re: [gtg-refactor] Task editor does not load for existing tasks
s/remove_subtask/remove_child/ in editor.py seems to fix it. Branch
attached.
** Branch linked: lp:~bryceharrington/gtg/bugfix-lp-529259
** Tags added: regression
** Changed in: gtg
Importance: Undecided => High
** Changed in: gtg
Status: New => In Progress
** Changed in: gtg
Milestone: None => 0.3
** Changed in: gtg
Assignee: (unassigned) => Bryce Harrington (bryceharrington)
--
[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!: In Progress
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