Summary | Desktop Notifications Alarm not working (Dynamic view) |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | ctimoteo (at) sapo (dot) pt |
Created | 11/13/2013 (4254 days ago) |
Due | |
Updated | 12/17/2013 (4220 days ago) |
Assigned | 11/27/2013 (4240 days ago) |
Resolved | 11/28/2013 (4239 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 0cd001d049971abddc8d5d2d0cf52e24b8fbde04
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Nov 27 19:18:59 2013 -0500
Implement Desktop notifications for HordeCore.
Bug: 12835framework/Core/js/hordecore.js | 106
++++++++++++--------
.../Core/lib/Horde/Core/Alarm/Handler/Desktop.php | 92 +++++++++++++++++
framework/Core/lib/Horde/Core/Factory/Alarm.php | 4 +-
framework/Core/package.xml | 8 +-
4 files changed, 162 insertions(+), 48 deletions(-)
http://git.horde.org/horde-git/-/commit/0cd001d049971abddc8d5d2d0cf52e24b8fbde04
State ⇒ Resolved
http://lists.horde.org/archives/commits/2013-November/022263.html
Version ⇒ Git master
Queue ⇒ Horde Base
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Desktop Notifications Alarm not working (Dynamic view)
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
it seems to me that Kronolith Desktop Notifications Alarm, is not working,
i created events with popup and desktop notification, the popup
notification alarm is showed but i do not have the desktop notification.
I used Chrome browser, tested in latest code from git (master branch)
and in Horde Demo.
I tried to debug, it seems to me that the alarms are only triggered by
ajax requests listCalendars and listEvents and in this situation the
Page Output class do not inject the alarm in inline script (too late!)
and the alarm is not showed in Dynamic View.
Thanks in advance