stable

Clone or download

Read-only

New color picker is usable

Part of story #11542 - Update tracker "color picker" to have beautiful colors to associate with select box values How to test: - Go in tracker fields usage admin - Edit a list-like field --> New color picker is displayed by default --> Both color pickers are working --> A tick appears on the selected color (for new colorpicker) --> Right color is displayed when you are not in edition mode (new and old) --> The two last points Work for checkboxes / radio buttons / multi-selectboxes but not for simple selectboxes (broken since only-god-know-when) --> Choosen TLP colors are displayed in tracker reports | artifacts | Cardwall /!\ tlp-colors will be not displayed in card-fields Change-Id: Ib24ac8baedb809c068628b2a7a0cea580494378f

Modified Files

Name
M plugins/cardwall/phpunit/carwall/Semantic/CardFieldsTrackerPresenterBuilderTest.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php +63 −14 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_BindDecoratorDao.class.php +19 −7 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPicker.vue +24 −6 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPickerPalette.vue +13 −1 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPickerPaletteRow.vue +27 −3 Go to diff View file
A plugins/tracker/www/scripts/colorpicker/ColorPickerPreview.vue +24 −0 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/OldColorPickerPreview.vue +1 −1 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/colorpicker.scss +17 −2 Go to diff View file
A plugins/tracker/www/themes/default/css/includes/_field-bound-colors.scss +39 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +2 −1 Go to diff View file