stable

Clone or download

Read-only

Save color at tracker duplication

part of: story #14640 Complete tracker creation Please note: - As the legacy UI form does not provide a color input, I had no choice but setting the color with the default one. This behavior will be corrected in another commit. How to test: - For [template] and [tracker from another project] --> The chosen color must be assigned to the tracker - The legacy duplication still work as expected Change-Id: I8e7bdb610f4fecf000b46f685544a969b2fe61da

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/TrackerCreationProcessorController.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreator.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/dao/TrackerDao.class.php +3 −2 Go to diff View file
M plugins/tracker/phpunit/Tracker/Creation/TrackerCreatorTest.php +6 −2 Go to diff View file
M plugins/tracker/tests/TrackerFactoryTest.php +44 −13 Go to diff View file