SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 75 forks source link

[datatables] numeric sorting only working on purge when page cache is set #761

Closed krabina closed 1 year ago

krabina commented 1 year ago

Issue

when $wgCachePages is set to true and numeric sorting is set, Then the datatables sorting always ignores the collation setting (numeric) and datatables are sorted wrongly (in the default collation). When you click "purge page", the sorting is in order once, but on a page reload, the wrong sorting order is showing up.

Expected result: Order of pages in datatables should always consider collation settings.

krabina commented 1 year ago

PR coming up soon :-)

krabina commented 1 year ago

Probably related to #571