stable
Clone or download
Read-only
Merge commit 'refs/changes/39/12139/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #11900 have a REST API to add value in select boxes Change-Id: Ibb2da5e22c9fb5de32527df577025b7f555c6201
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 |