We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e513faa commit 69d8b69Copy full SHA for 69d8b69
1 file changed
formats/datatables/resources/ext.srf.formats.datatables.js
@@ -270,9 +270,7 @@
270
.map((x) => x.trim())
271
.filter((x) => x !== "");
272
273
- var entityCollation =
274
- mw.config.get("smwgEntityCollation") ||
275
- mw.config.get("mw.config.wgCategoryCollation");
+ var entityCollation = context.data("collation");
276
277
// use the latest set value if one or more column is missing
278
var columnsType = null;
0 commit comments