stable
Clone or download
Read-only
When a user adds himself to the global notifications, permissions are checked. A tracker administrator can however to remove the the permissions check and it that case if the user switches between the two global notification modes this settings is kept. However, if the user disables the global notification mode then come back to it again, the setting is lost. This is part of story #11104: specify how to monitor trackers Change-Id: Ie75d8ea02ef2b6e6f372ec99126d1b0de30fb59e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Notifications/Settings/NotificationsSettingsUpdateController.php | +44 | −9 | Go to diff View file |
A | plugins/tracker/include/Tracker/Notifications/Settings/UserNotificationSettingsDAO.php | +143 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +3 | −0 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +3 | −0 | Go to diff View file |
M | plugins/tracker/templates/notifications/user-notification-settings.mustache | +5 | −5 | Go to diff View file |