cbrain icon indicating copy to clipboard operation
cbrain copied to clipboard

Add default ordering for all models

Open prioux opened this issue 9 years ago • 2 comments

In index pages, when models are ordered by a particular attributes but the attributes have values that are equal, the ordering become non-deterministic (or, if deterministic, then just not in a pleasant order). Each model should have a secondary order clause that take effect. E.g. for tasks, order by :rank then by :id. For userfiles, by :id.

prioux avatar Aug 23 '16 20:08 prioux