stable
Clone or download
Read-only
request #18365: Show checklist as checkbox read only view
Having a checkbox field in your tracker should show up as a checklist in the read-only view. This will allow to know that the field is a checkbox. Moreover, we will be able to see unchecked elements. This should not change notification display Change-Id: I192d2180c7b235be47e877581f72b84af80402f7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.php | +35 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CheckboxTest.php | +28 | −1 | Go to diff View file |
M | plugins/tracker/themes/default/css/style.scss | +9 | −0 | Go to diff View file |