The sort_order field needs to be respected on the results returned from the WorldObjectsController
This sounds simple, but what you need to do is go through each controller and view, and just verify that, where relevant, the records are returns in the proper order. It may be more detailed than you think.
The
sort_order
field needs to be respected on the results returned from theWorldObjectsController
This sounds simple, but what you need to do is go through each controller and view, and just verify that, where relevant, the records are returns in the proper order. It may be more detailed than you think.