stable
Clone or download
Read-only
Part of story #11542 - Update tracker "color picker" to have beautiful colors to associate with select box values The goal of this commit is to remove the unused fgcolor in Cardwall_Columns. In the past, headers colors were displayed on the whole header, and it was necessary to display the column label with a light font if the background-color was dark, and a dark font if the background-color was light for the label to be readable. Today we only display a border at the top of the column's header, so it needs to be removed. How to test: - No functional changes expected in Cardwalls in tracker reports, dashboards, and pv2 Change-Id: I2f9642522e3908f28a2e0e107e6df7199e061cd3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ColumnRepresentation.class.php | +4 | −2 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlExport.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/include/Column.class.php | +12 | −26 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/ColumnFactory.class.php | +17 | −30 | Go to diff View file |
M | plugins/cardwall/include/OnTop/Config/View/ColumnDefinition.class.php | +6 | −22 | Go to diff View file |
M | plugins/cardwall/templates/board.mustache | +6 | −6 | Go to diff View file |
M | plugins/cardwall/tests/CardwallConfigXmlExportTest.php | +7 | −7 | Go to diff View file |
M | plugins/cardwall/tests/ColumnTest.php | +11 | −11 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/ColumnFactoryTest.php | +3 | −6 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/TrackerMappingFactoryTest.php | +4 | −4 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/TrackerMappingStatusTest.php | +7 | −8 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/Config/ValueMappingFactoryTest.php | +4 | −4 | Go to diff View file |
M | plugins/cardwall/tests/OnTop/ConfigTest.php | +8 | −8 | Go to diff View file |
M | plugins/cardwall/tests/SwimlineFactoryTest.php | +13 | −13 | Go to diff View file |