Natural ordering breaks when sorting objects by name #2157
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
Natural ordering is broken in object tables. For example:
Foo1
,Foo2
, andFoo10
.Foo1
,Foo10
,Foo2
.This occurs because the default natural ordering is being overridden by the specification of an explicit table field (e.g.
name
).The text was updated successfully, but these errors were encountered: