| Summary | Kolab backend: Load/save horde alarm settings |
| Queue | Kronolith |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 12/13/2012 (4711 days ago) |
| Due | |
| Updated | 01/07/2013 (4686 days ago) |
| Assigned | |
| Resolved | 01/07/2013 (4686 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit 079af2301bbf8adc85d139eb5ea08f6e268aac42
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Dec 13 17:23:34 2012 +0100
Save horde alarms methods in Kolab event XML like we do for nag
Bug: 11880Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: Jan Schneider <jan@horde.org>
.../lib/Horde/Kolab/Format/Xml/Event.php | 1 +
kronolith/docs/CHANGES | 2 ++
kronolith/lib/Event/Kolab.php | 7 +++++++
kronolith/package.xml | 2 ++
4 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/079af2301bbf8adc85d139eb5ea08f6e268aac42
Priority ⇒ 1. Low
New Attachment: 0001-Save-horde-alarms-methods-in-Kolab-event-XML-like-we.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Kolab backend: Load/save horde alarm settings
Type ⇒ Bug
State ⇒ Unconfirmed
currently we lose custom horde alarms settings when using a Kolab backend.
Fix it by implementing the same custom XML field as we do for nag.
Cheers,
Thomas