ex_admin
ex_admin copied to clipboard
Sort issues
With the latest master if you have a Ecto schema named Order and then try and sort on the index page on any fields you will get an error like:
expected a map, got: "number_desc"
I believe it is caused because the param name for the sort is order and the model is named Order. I am not entirely sure how to fix it so I am reporting it.
I have the same problem. Any solution?