stable

Clone or download

Read-only

Introduce new colorpicker in AD admin

Part of story #11542 - Update tracker "color picker" to have beautiful colors to associate with select box values How to test: - Go in the admin of a planning --> Colorpickers in each CW columns are functional - Choose tlp-colors | legacy colors | transparent --> Tlp colors are well displayed --> Legacy colors are well displayed --> Transparent color fallbacks to #F8F8F8 since it is the default color - Go to the cardwall --> Columns have the right color in their headers - Cardwalls headers colors should have the right color in tracker reports (colors bound to the selected field in the tracker admin, not colors selected in the planning admin) - Cardwalls on project and personnal dashboards are displayed with the right colors Change-Id: I5aa86ed85c8992eb65cb3f0ce16ab689276c2d07

Modified Files

Name
M plugins/agiledashboard/build-manifest.json +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +17 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-admin.js +28 −0 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +2 −1 Go to diff View file
A plugins/agiledashboard/www/themes/FlamingParrot/css/planning-admin-colorpicker.scss +22 −0 Go to diff View file
M plugins/cardwall/db/install.sql +1 −0 Go to diff View file
A plugins/cardwall/db/mysql/updates/2018/201806061545_add_tlp_color_name_cardwall_column.php +42 −0 Go to diff View file
M plugins/cardwall/include/Column.class.php +20 −9 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnDao.class.php +23 −3 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ColumnFactory.class.php +16 −15 Go to diff View file
M plugins/cardwall/include/OnTop/Config/Command/UpdateColumns.class.php +21 −9 Go to diff View file
M plugins/cardwall/include/OnTop/Config/View/ColumnDefinition.class.php +31 −11 Go to diff View file
M plugins/cardwall/templates/board.mustache +8 −1 Go to diff View file
M plugins/cardwall/tests/OnTop/Config/ColumnFactoryTest.php +34 −20 Go to diff View file
M plugins/cardwall/www/themes/default/css/style.scss +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php +2 −2 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/colorpicker.scss +2 −0 Go to diff View file
A plugins/tracker/www/themes/default/css/includes/_columns-colors.scss +24 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +1 −0 Go to diff View file