stable

Clone or download

Read-only

request #24243 Configured colors not shown for target of field dependency

When we setup two list fields with colors for every entries and setup a dependency between those two fields, colors are correctly shown in the source field but does not appear on the target field. Change-Id: I1c01b513a9e583b73fcd29e95f1b7ac216ec9df4

Modified Files

Name
M plugins/cardwall/include/OnTop/Config/ColumnCollection.class.php +6 −6 Go to diff View file
M plugins/cardwall/tests/unit/Cardwall/OnTop/Config/ColumnFactoryTest.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ListFields/ItemsDataset/ItemsDatasetBuilder.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.php +8 −14 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue.php +16 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.php +7 −5 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-field/list-picker-field-controller.js +34 −11 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-multiple-field/list-picker-multiple-field-controller.js +34 −11 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ListFields/ItemsDataset/ItemsDatasetBuilderTest.php +4 −2 Go to diff View file
M src/www/tlp-doc/resources/forms/multi-list-picker/doc.html +1 −1 Go to diff View file