Skip to content
Commit d07a6338 authored by David Edmundson's avatar David Edmundson
Browse files

Fix initial sort order

BaseTableView is duplicating code in TableViewHeader, this is non-ideal.

The other issue, is that we run the lambda whilst doing the initial
Repeater population. model.row is outdated when the lambda does run.

We're best off running the existing sort method on the delegate which
will keep everything in sync.

BUG: 437449


(cherry picked from commit 0fc74c55)
parent d4a56d04
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment