Init Order is not applied when order_by
contains a value that is not orderable
#349
Labels
bug
Something isn't working
order_by
contains a value that is not orderable
#349
The
apply_criteria
function expects afield_name
to be present in the order criteria, but we do not set the value in the caseorder_by
contains a value that is not orderable.See https://github.com/naymspace/backpex/blob/0.3.1/lib/backpex/live_resource.ex#L1336
The text was updated successfully, but these errors were encountered: