stable

Clone or download

Read-only

Save color at XML import

part of story #14640 Complete tracker creation How to test: - [Empty] and [XML File] - Choose a color on step 2 and submiti (beware of the bug that resets the colorpicker value when the tracker name is updated, it will be fixed in another commit) --> The chosen color is saved - On legacy UI, no functional change expected Change-Id: I20c1ac666f4dc6555660b11441ccc72afcdd4be5

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/TrackerCreationProcessorController.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreator.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +2 −1 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +18 −11 Go to diff View file
M plugins/tracker/phpunit/Tracker/Creation/TrackerCreatorTest.php +10 −8 Go to diff View file
M plugins/tracker/phpunit/Tracker/TrackerXmlImportTest.php +8 −5 Go to diff View file