stable
Clone or download
Read-only
Part of story #11542 - Update tracker "color picker" to have beautiful colors to associate with select box values How to test: - Have a selectbox defined as semantic background - Edit the field and try to updates its type: onlyradio button is displayed - If field is not a background color, you should have same options than before Change-Id: I1831de275ba55a609fd85d9db7acd06ce75a4648
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/cardwall/include/Cardwall/AllowedFieldRetriever.php | +63 | −0 | Go to diff View file |
M | plugins/cardwall/include/Semantic/FieldUsedInSemanticObjectChecker.php | +1 | −1 | Go to diff View file |
M | plugins/cardwall/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.class.php | +15 | −0 | Go to diff View file |
A | plugins/cardwall/phpunit/Cardwall/AllowedFieldRetrieverTest.php | +101 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Events/AllowedFieldTypeChangesRetriever.php | +72 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php | +27 | −15 | Go to diff View file |
M | src/common/autoload.php | +2 | −3 | Go to diff View file |