Changes for page Material Collection
Last modified by Judith Steinfeld on 2025/06/03 11:13
Summary
-
Objects (1 modified, 0 added, 0 removed)
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)