Changes for page Material Collection

Last modified by Judith Steinfeld on 2025/06/03 11:13

From version 54.3
edited by admin
on 2024/10/21 15:08
Change comment: There is no comment for this version
To version 54.4
edited by admin
on 2024/10/21 15:08
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -39,7 +39,7 @@
39 39   row[`tags${i++}`] = (
40 40   want[0] === true
41 41   ? Array.from(tags)
42 - : want.filter(tag => tags.has(tag) && (tags.remove(tag) || true));
42 + : want.filter(tag => tags.has(tag) && (tags.remove(tag) || true))
43 43   ).sort().map(tag => `<span>${tag}</span>`).join(" ");
44 44   }
45 45  });