stable

Clone or download

Read-only

feat: Duplicate assigned to and custom sender

Closes request #30411 Project created from DB templates doesn't keep notification configuration Change-Id: I8f56f965e6bb832c6f0fea92556c58d227e299f8

Modified Files

Name
M plugins/tracker/include/Tracker/Notifications/Settings/NotificationSettingsDuplicator.php +22 −1 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/dao/ConfigNotificationAssignedToDao.php +12 −0 Go to diff View file
M plugins/tracker/include/Tracker/dao/ConfigNotificationEmailCustomSenderDao.php +12 −0 Go to diff View file
M plugins/tracker/tests/integration/Tracker/Notifications/Settings/NotificationSettingsDuplicatorTest.php +76 −0 Go to diff View file