jefflunt / rpglogger

(retired) Build your own strategy guide for any RPG
6 stars 0 forks source link

Make sure WorldObjectProperties are being sorted #19

Open jefflunt opened 12 years ago

jefflunt commented 12 years ago

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.