stable

Clone or download

Read-only

feat: deactivate calendar events from UI

Calendar events can only be activated by updating manually the database. But they now can be deactivated with the web UI. Part of story #35094: have "calendar" events attached to tracker email notification Change-Id: If6b11432d195bbe9368874059e8aa6e0dad0462e

Modified Files

Name
M plugins/tracker/include/Tracker/Notifications/Settings/CalendarEventConfigDao.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +9 −1 Go to diff View file
M plugins/tracker/templates/notifications/admin-subject-customisation.mustache +12 −5 Go to diff View file
M plugins/tracker/tests/integration/Tracker/Notifications/Settings/CalendarEventConfigDaoTest.php +9 −0 Go to diff View file