stable

Clone or download

Read-only

request #12233 OpenList are not usable while filtering artifacts through REST API

When using the trackers/:id/artifacts endpoint with a query using an open list field, the search finishes with an error 500. The search with openfield values must be working like any other search done with other list fields. Change-Id: I7fdfb23f11906b82d2b26cf1ec9209c2de5bdba2

Modified Files

Name
M plugins/tracker/include/REST/v1/TrackersResource.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +6 −3 Go to diff View file