Sort order is not obeyed if a child item has the same name as its parent
chrisjrn opened this issue · 2 comments
chrisjrn commented
Steps to reproduce:
- Create an item called "B"
- Add a child of "B" called "A"
- Add a child of "B" called "B"
- (Note that the children of "B" are "A" and "B" in that order)
- Press the "Up" sort button next to the child "B"
Expected: "B" appears above "A" as a child of "B".
Actual: "B" remains below "A"
Further: If Parent "B" is renamed to "C", the sort order change from above is reflected correctly.
idlesign commented
And what cache backend is used?
idlesign commented
Considered closed.
Feel free to reopen if required.