Extracted from https://github.com/Linaro/squad/issues/952 From my discussion with @chaws ``` build.tests(environment=e.id,suite=s.id,ordering="short_name") ``` does not appear to be working for the ordering component. it appears to be ordering by `id`. Is this the issue? https://github.com/Linaro/squad/blob/9472d5e337a38488d1fb44c986deec7e8a54d6e7/squad/api/rest.py#L1161 only the `id` is there and thus can't be filtered on other things?
Extracted from Linaro/squad#952
From my discussion with @chaws
does not appear to be working for the ordering component. it appears to be ordering by
id.Is this the issue? https://github.com/Linaro/squad/blob/9472d5e337a38488d1fb44c986deec7e8a54d6e7/squad/api/rest.py#L1161 only the
idis there and thus can't be filtered on other things?