stable

Clone or download

Read-only

Make the subject customisation feature visible in the tracker email notification settings

This contribution only makes the feature visible. A future contribution will add the possibility for a tracker admin to edit this setting. For now to enable/disable the feature you need to add/remove an entry in the plugin_tracker_notification_assigned_to table. This is part of story #10299: include [assigned to me] in artifact notification email Change-Id: I0332c3f88ec005d4b603268c4b06e5b67ae7396e

Modified Files

Name
A plugins/tracker/include/Tracker/Notifications/NotificationCustomisationSettingsPresenter.php +37 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +27 −5 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +2 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +2 −0 Go to diff View file
A plugins/tracker/templates/notifications/admin-subject-customisation.mustache +8 −0 Go to diff View file
M tests/lib/autoload.php +2 −4 Go to diff View file