Summary | Completed task not detected as notification |
Queue | Nag |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | almarin (at) um (dot) es |
Created | 07/11/2014 (4061 days ago) |
Due | |
Updated | 07/12/2014 (4060 days ago) |
Assigned | |
Resolved | 07/12/2014 (4060 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit d87efc3599f0b7e2d45429a80828b4f6a356d6b9
Author: Alfonso Marín Marín <almarin@um.es>
Date: Sat Jul 12 13:18:06 2014 -0400
Bug: 13350Fix detecting task completion when sending taskchange notifications.
Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
nag/lib/Driver.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/d87efc3599f0b7e2d45429a80828b4f6a356d6b9
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 6a0acbc2bd64f4bc4829f539415caecb8f7eb9e7
Author: Alfonso Marín Marín <almarin@um.es>
Date: Sat Jul 12 13:18:06 2014 -0400
Bug: 13350Fix detecting task completion when sending taskchange notifications.
Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
nag/lib/Driver.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/6a0acbc2bd64f4bc4829f539415caecb8f7eb9e7
Priority ⇒ 1. Low
New Attachment: Driver.php.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Completed task not detected as notification
Type ⇒ Bug
State ⇒ Unconfirmed
because in Driver.php the original task is toggled before retrieving
the copy to compare.
I attach a very kick and dirty path to illustrate the problem.