6.0.0-alpha14
6/25/25

[#12122] alarm dismissal doesn't close alarm message box
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

History
03/19/2013 03:37:04 PM jmozdzen (at) nde (dot) ag Comment #4 Reply to this comment
  framework/Core/js/hordecore.js |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/d3f3a68cb0588a05293be06389b5630763bdfc8b
I've applied that change to the current PEAR code - works like a charm.

Thank you!
03/19/2013 02:13:50 PM Michael Rubinsky Assigned to Michael Rubinsky
Taken from Horde DevelopersHorde Developers
State ⇒ Resolved
 
03/19/2013 02:13:37 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit d3f3a68cb0588a05293be06389b5630763bdfc8b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Tue Mar 19 10:12:32 2013 -0400

     Bug: 12122 Close 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
03/19/2013 01:53:24 PM Michael Rubinsky Comment #2
State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
Reply to this comment
Confirmed
03/15/2013 05:51:58 PM jmozdzen (at) nde (dot) ag Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ alarm dismissal doesn't close alarm message box
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
When an alarm notification message box is displayed, selecting "turn 
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.

Saved Queries