Comment 13 for bug 1948560

Revision history for this message
Charles Haley (cbhaley) wrote :

The delay in getting notifications from this bug system is annoying.

I used your push in get_categories() and the tag browser. The screen capture shows the results -- the item order in the tag browser and the booklist are different. It effectively means that the tweak is never used in the tag browser. If you are OK with this then I will also change the srv.metadata() where collation_order() is used for partitioning after calling get_categories(). I will also add a test for the new method to icu_test.

The catalog generator uses collation_order() but doesn't use get_categories instead sorting with sort_key(). I won't touch it because I don't understand what it is doing and I don't want the behavior to change.

OK to make the changes?