Changes for page Material Collection

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

From version 54.6
edited by admin
on 2024/10/21 15:37
Change comment: There is no comment for this version
To version 54.5
edited by admin
on 2024/10/21 15:36
Change comment: There is no comment for this version

Summary

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