ex_admin icon indicating copy to clipboard operation
ex_admin copied to clipboard

Sort issues

Open supercodepoet opened this issue 8 years ago • 1 comments

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.

supercodepoet avatar Jun 21 '17 21:06 supercodepoet

I have the same problem. Any solution?

jpagex avatar Apr 06 '18 10:04 jpagex