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
-
... ... @@ -57,7 +57,7 @@ 57 57 row.doc_location = ol.outerHTML; 58 58 59 59 // tags 60 - const tags = new Set( row.tags_value.slice(1, -1).split(", "));60 + const tags = new Set(e.tags_value.slice(1, -1).split(", ")); 61 61 tagCols.forEach(([name, ...want], i) => 62 62 row[`tags-${i}`] = ( 63 63 want[0] === true