Skip to content

Commit 69d8b69

Browse files
thomas-topway-itJeroenDeDauw
authored andcommitted
fix sorting with $wgCachePages
1 parent e513faa commit 69d8b69

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

formats/datatables/resources/ext.srf.formats.datatables.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,7 @@
270270
.map((x) => x.trim())
271271
.filter((x) => x !== "");
272272

273-
var entityCollation =
274-
mw.config.get("smwgEntityCollation") ||
275-
mw.config.get("mw.config.wgCategoryCollation");
273+
var entityCollation = context.data("collation");
276274

277275
// use the latest set value if one or more column is missing
278276
var columnsType = null;

0 commit comments

Comments
 (0)