https://bugzilla.wikimedia.org/show_bug.cgi?id=43165
Michael M. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #3 from Michael M. <[email protected]> --- I don't think this is related to 42924. To determine the type (alpabetic / numeric / etc. ) the code looks at the first ~ 5 rows. In this case there are non-numeric values in the first row (более 70 600 000), so the type is set to alphabetic. You can fix this by setting the type manually (as I did: https://ru.wikipedia.org/w/index.php?title=%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D1%81%D1%82%D1%80%D0%B0%D0%BD_%D0%BF%D0%BE_%D0%B2%D0%BD%D0%B5%D1%88%D0%BD%D0%B5%D0%BC%D1%83_%D0%B4%D0%BE%D0%BB%D0%B3%D1%83&diff=prev&oldid=50777415) See [[m:Help:Sorting]] for more information. The column with the dates still doesn't sort correctly, you have to use data-sort-value to fix this, as explained in the documentation. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
