gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01315
[Bug 529743] [NEW] [gtg-refactor] Error deleting task from taskeditor
Public bug reported:
Found this bug on the gtg-refactor branch.
Steps to reproduce:
1. Launch new gtg './scripts/debug.sh'
2. Doubleclick 'Getting started with GTG' to pop up the task editor
3. Click the trashcan icon to delete the task
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg-refactor-browser-cleanup/GTG/taskeditor/editor.py", line 545, in delete_task
result = self.delete(widget,[self.task.get_id()])
TypeError: delete_tasks() takes exactly 2 arguments (3 given)
Deleting from the taskbrowser works fine though.
** Affects: gtg
Importance: Critical
Status: New
** Tags: regression
** Changed in: gtg
Importance: Undecided => Critical
** Changed in: gtg
Milestone: None => 0.3
** Tags added: regression
--
[gtg-refactor] Error deleting task from taskeditor
https://bugs.launchpad.net/bugs/529743
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!: New
Bug description:
Found this bug on the gtg-refactor branch.
Steps to reproduce:
1. Launch new gtg './scripts/debug.sh'
2. Doubleclick 'Getting started with GTG' to pop up the task editor
3. Click the trashcan icon to delete the task
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg-refactor-browser-cleanup/GTG/taskeditor/editor.py", line 545, in delete_task
result = self.delete(widget,[self.task.get_id()])
TypeError: delete_tasks() takes exactly 2 arguments (3 given)
Deleting from the taskbrowser works fine though.
Follow ups
References