Changes for page Material Collection

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

From version 55.19
edited by Benjamin Fischer
on 2024/10/28 13:40
Change comment: There is no comment for this version
To version 55.20
edited by Benjamin Fischer
on 2024/10/28 13:43
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -56,6 +56,7 @@
56 56   const b = a.ownerDocument.createElement("b");
57 57   a.replaceWith(b);
58 58   b.appendChild(a);
59 + a.innerText = row.doc_title;
59 59  
60 60   const u = new URL(row.link_value);
61 61   let icon;