Summary | alarm dismissal doesn't close alarm message box |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | jmozdzen (at) nde (dot) ag |
Created | 03/15/2013 (4485 days ago) |
Due | |
Updated | 03/19/2013 (4481 days ago) |
Assigned | 03/19/2013 (4481 days ago) |
Resolved | 03/19/2013 (4481 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d3f3a68cb0588a05293be06389b5630763bdfc8b
Thank you!
Taken from
State ⇒ Resolved
commit d3f3a68cb0588a05293be06389b5630763bdfc8b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Mar 19 10:12:32 2013 -0400
Bug: 12122Close growler notification when alarm is dismissed.framework/Core/js/hordecore.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d3f3a68cb0588a05293be06389b5630763bdfc8b
State ⇒ Assigned
Assigned to
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ alarm dismissal doesn't close alarm message box
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
off permanently" button does not close the message box.
Looking at the browser action with Firebug, I see that an asynchronous
request to services/snooze.php is sent which contains
alarm 51435c39-0d68-some uuid-5598c0a86742
snooze -1
token RyFMhzNIu sometoken nWv1A1
The http result code is 200, the reply is completely empty. Firebug's
console shows no Javascript error.
Code level is latest PEAR as of today.
When I click on the "close" icon in the upper right corner of the
message box, the message box closes.
When I select some dismissal time, the message box immediately closes
and I see an according AJAX request (with according "snooze" value),
again with HTTP code 200 and empty response.
From this I deduct that the problem is on the Javascript client side
- the message box should close on selecting "turn off permanently", too.