stable
Clone or download
Read-only
request #15095 Add a way to manage open list custom values
Add the possibility to see, edit and hide custom values like a regular value. Change-Id: Ic259dd84809c8be51d375109b3753e1e3f42bafb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +1 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2020/202007221453_add_is_hidden_collumns_for_open_value.php | +44 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenter.php | +11 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/FormElementListValueAdminViewPresenterBuilder.php | +16 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +69 | −10 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php | +6 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_OpenValueDao.class.php | +15 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_OpenListDao.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/scripts/legacy/TrackerBinds.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +3 | −0 | Go to diff View file |
M | plugins/tracker/templates/admin-edit-row-modifiable.mustache | +32 | −26 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/TrackerFormElementTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValueTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_OpenListTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElementListValueAdminViewPresenterBuilderTest.php | +35 | −4 | Go to diff View file |
M | plugins/tracker/themes/default/css/style.scss | +11 | −0 | Go to diff View file |