stable
Clone or download
Read-only
Enabling [Assigned to me] in notification emails is done by tracker instead of by project
To enable/disable the feature for a tracker you need to add/remove an entry in the plugin_tracker_notification_assigned_to table. If you add previously enabled the feature for a project, all the trackers of this project will have the feature enabled. This is part of story #10299: include [assigned to me] in artifact notification email Change-Id: I248d562520f7a978f0258c56249d7469d97d4069
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +1 | −1 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2017/201710050845_migrate_assigned_to_me_setting_at_tracker_level.php | +77 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/ConfigNotificationAssignedTo.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/dao/ConfigNotificationAssignedToDao.php | +8 | −6 | Go to diff View file |