Summary | When updating task completed, and remove complete status, that action is ignored |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | ctimoteo (at) gmail (dot) com |
Created | 10/14/2011 (5011 days ago) |
Due | |
Updated | 10/14/2011 (5011 days ago) |
Assigned | |
Resolved | 10/14/2011 (5011 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
[jan] Fix uncompleting tasks in dynamic view (Carlos Timóteo,
Bug #10653).2 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/a81bf29ffb4bc27a09f09d0d3092f4f82ccae222
Fix bug in Task update, complete checkbox remove from form, was
ignored and task stays with status completed
Bug: 10653Signed-off-by: Jan Schneider <jan@horde.org>
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/e8163c6d342daac1b825209e84e68377aad63890
Priority ⇒ 2. Medium
New Attachment: 0001-Fix-bug-in-Task-update-complete-checkbox-remove-from.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ When updating task completed, and remove complete status, that action is ignored
Type ⇒ Bug
State ⇒ Unconfirmed
When i edit one completed task and unckeck the checbox completed, and
save, the tasks stays completed because the value of the checkbox is
not passed to lib.
In attachment there is one patch that fix this.
Goodbye.