After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773839 - Allow changing parent list of a task
Allow changing parent list of a task
Status: RESOLVED FIXED
Product: gnome-todo
Classification: Other
Component: User Interface
3.22.x
Other Linux
: High enhancement
: ---
Assigned To: GNOME To Do maintainer(s)
GNOME To Do maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-11-02 16:42 UTC by Mohammed Sadiq
Modified: 2017-04-22 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
new-task-row: add popover to select task list (16.04 KB, patch)
2017-04-22 14:10 UTC, Georges Basile Stavracas Neto
committed Details | Review

Description Mohammed Sadiq 2016-11-02 16:42:23 UTC
The items added via 'Scheduled', 'Unscheduled', and 'Today' panels, by default goes to 'Personal' list. The user may have different requirement. So it would be nice to modify the List to which the task is added.

Thanks.
Comment 1 Georges Basile Stavracas Neto 2017-04-20 12:15:35 UTC
Adding Jakub to CC list. I think the screenshot makes it clear how misaligned the To Do 64x64 icon looks...
Comment 2 Georges Basile Stavracas Neto 2017-04-20 12:17:11 UTC
Oops! Wrong bug. Sorry!
Comment 3 Georges Basile Stavracas Neto 2017-04-20 12:18:39 UTC
This should be implemented in GtdNewTaskRow as a new API.
Comment 4 Georges Basile Stavracas Neto 2017-04-22 14:10:23 UTC
Created attachment 350233 [details] [review]
new-task-row: add popover to select task list

Some views, such as the Today and the Scheduled views,
are not tied to any particular task list. Until now, we
only assumed the default one, and silently added the new
tasks in there.

This commit adds a way to select the task list in those
views.
Comment 5 Georges Basile Stavracas Neto 2017-04-22 14:11:38 UTC
Attachment 350233 [details] pushed as 50f3fe5 - new-task-row: add popover to select task list