stable

Clone or download

Read-only

story #11900 have a REST API to add value in select boxes

This REST route also works for radibutton fields (all simple lists). Change-Id: Ic310294ba290265def4d9fa0377e9bd76d361fdd

Modified Files

Name
M plugins/tracker/include/REST/ResourcesInjector.class.php +1 −0 Go to diff View file
A plugins/tracker/include/REST/v1/TrackerFieldRepresentations/TrackerFieldPatchRepresentation.php +30 −0 Go to diff View file
A plugins/tracker/include/REST/v1/TrackerFieldsResource.php +124 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +5 −0 Go to diff View file
M plugins/tracker/tests/rest/TrackerBase.php +16 −10 Go to diff View file
A plugins/tracker/tests/rest/TrackerFields/TrackerFieldsTest.php +148 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/TrackerFields/project.xml +146 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/TrackerFields/user_map.csv +1 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/TrackerFields/users.xml +10 −0 Go to diff View file