6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/4/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8226] Change notifications are not sent to owner
*
Your Email Address
*
Spam protection
Enter the letters below:
.__. .. .. . __ | | ||\ ||\/|/ ` |__|\__|| \|| |\__.
Comment
> Hi, > > > > in the Kronolith options, when I set the option labeled with "Choose > if you want to be notified of new, edited, and deleted events by > email" to "On all shown calendars" or to "On all calendars I have > read access to", I'd expect to be notified when new events are > created in a calendar that I own myself. Unfortunately, this is not > the case. > > > > The cause for this is that some tests are wrong in the switch clause > in Kronolith.php:_notificationPref(...): > > > > switch ($prefs->getValue('event_notification')) { > > case 'owner': > > return $mode == 'owner' ? $vals : false; > > > > case 'read': > > return $mode == 'read' ? $vals : false; > > > > case 'show': > > if ($mode == 'read') { > > $display_calendars = > unserialize($prefs->getValue('display_cals')); > > return in_array($calendar, $display_calendars) ? > $vals : false; > > } > > } > > > > In cases 'read' and 'show', $mode should also be allowed to be 'owner'.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers