Changes for page Helpers
Last modified by Benjamin Fischer on 2025/06/17 11:57
From version 1.8
edited by Benjamin Fischer
on 2025/05/15 16:21
on 2025/05/15 16:21
Change comment:
There is no comment for this version
To version 1.9
edited by Benjamin Fischer
on 2025/05/15 16:21
on 2025/05/15 16:21
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -63,7 +63,7 @@ 63 63 } 64 64 }); 65 65 66 - document.observe("xwiki:livetable:receivedEntries", ({ memo: { data }, tableId }) => {66 + document.observe("xwiki:livetable:receivedEntries", ({ memo: { data, tableId } }) => { 67 67 console.debug("receivedEntries", tableId, data); 68 68 const rf = livetableRowHook[tableId]; 69 69 for (const row of data.rows) {