#868 Ordering by context causes a 500 error
Closed 5 years ago Opened 6 years ago by mprahl.

Here is an example of the query URL:
https://mbs.fedoraproject.org/module-build-service/1/module-builds/?short=true&per_page=40&page=1&order_desc_by=context

This happens because context is not a database column but the code thinks it's a sortable column since it's a property on the model.


Fixed in #927 and test case in #928

Metadata Update from @qwan:
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata