← Back to team overview

gtg team mailing list archive

[Bug 345504] Re: Removing a task should remove its sub-tasks

 

I agree, but it seems that the confirmation widget is created by
gtk.glade.XML (the creation is line 1237 in browser.py), and I have not
been able to change the text through the code. My experience with pygtk
is limited, so if there does exists a way to alter the text in a
dialogue after it has been created, please do tell.

My best judgement tells me that recoding the warning dialogue system, or
creating an exception just for this, is the wrong answer - and so, while
I could change the message to explain to the user that s/he would delete
each task, and all their subtasks, I would not be able to specify the
names of the tasks that are going to be deleted.

-- 
Removing a task should remove its sub-tasks
https://bugs.launchpad.net/bugs/345504
You received this bug notification because you are a member of Gtg
developers, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Confirmed

Bug description:
When I remove a task with sub-tasks, the sub-tasks are kept and replace the removed task. That's counter-intuitive. Sub-tasks should be removed together and the confirmation screen should warn that the X sub-tasks will also be removed.