- Status: Moved to Github
The database navigation widget seems to default to an ordering based on record id, when it should use the ordering set the for the database in the database settings.
Here is an example, where the ordering is set to “Record Title ASC”.
It should be -, A1, B1, C1, D1, E1, F1, not -,A1, D1, B1, F1, E1
Recommended Comments