** Changed in: gtg
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1018331
Title:
make gtcli more interactive
Status in Getting Things GNOME!:
Fix Released
Bug description:
When i try to edit a task through gtcli, if the task is deleted, gtcli exits
without giving any message.
The user can be confused by this behaviour. So, we can display some text
like "The task with this id doesnot exist" It is very easy to solve.
Just add this line:
else:
print "Task(s) not found!"
in at the end of edit_tasks method in the gtcli file.
Similarly, I feel that there should be messages for "task
created","task deleted" and so far.
To manage notifications about this bug go to:
https://bugs.launchpad.net/gtg/+bug/1018331/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~gtg-contributors
Post to : [email protected]
Unsubscribe : https://launchpad.net/~gtg-contributors
More help : https://help.launchpad.net/ListHelp