Summary | Save and new button should keep task list and parent task |
Queue | Nag |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | x.van_dessel (at) ieee (dot) org |
Created | 06/24/2013 (4443 days ago) |
Due | |
Updated | 06/28/2013 (4439 days ago) |
Assigned | |
Resolved | 06/28/2013 (4439 days ago) |
Milestone | |
Patch | No |
Milestone ⇒
commit eb45992f789a4c29e543c872fdaad694933743fb
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jun 27 21:42:33 2013 -0400
Bug: 12400Persist the tasklist and parent properties if creatinganother new task.
nag/app/controllers/SaveTask.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/eb45992f789a4c29e543c872fdaad694933743fb
Milestone ⇒ 4.2
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Save and new button should keep task list and parent task
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ New
default task list of the author, which is fine. Likewise, the default
parent is none.
However, when you use the button the save the task and immediately add
another one, then it makes sense to keep these 2 values, as people
will most likely add more similar tasks (i.e. within the same task
list, within the same parent task if any).
Hence, it would be better if the button would bring you to a new task
screen where the task list and the parent task are set to the same
values as the currently save one.