Changes for page Material Collection

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

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

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -35,7 +35,7 @@
35 35   // tags
36 36   const tags = new Set(e.tags_value.slice(1, -1).split(", "));
37 37   let i = 1;
38 - for (const [[name, ...want] of tagCols)
38 + for (const [name, ...want] of tagCols)
39 39   row[`tags${i++}`] = (
40 40   want[0] === true
41 41   ? Array.from(tags)