stable
Clone or download
Read-only
part of request #15095 Add a way to manage open list custom values this patch fix to the colorpicker on the field admin view Change-Id: Ic230410e0fcc553e60710525951f3b65bd6bf61a
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenter.php | +94 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenterBuilder.php | +114 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php | +11 | −23 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +32 | −82 | Go to diff View file |
M | plugins/tracker/include/Tracker/colorpicker/ColorpickerMountPointPresenter.php | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/TrackerAdminFields.js | +9 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +6 | −0 | Go to diff View file |
A | plugins/tracker/templates/admin-edit-row-modifiable.mustache | +38 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticTest.php | +0 | −56 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/FormElementListValueAdminViewPresenterBuilderTest.php | +114 | −0 | Go to diff View file |