Changes for page KanbanMacro

Last modified by Ricardo Julio Rodríguez Fernández on 2026/06/14 23:24

From version 3.1
edited by Ricardo Julio Rodríguez Fernández
on 2026/06/14 23:16
Change comment: Kanban content updated
To version 4.1
edited by Ricardo Julio Rodríguez Fernández
on 2026/06/14 23:19
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Cached
... ... @@ -1,0 +1,1 @@
1 +No
Asynchronous rendering
... ... @@ -1,0 +1,1 @@
1 +No
Macro code
... ... @@ -220,7 +220,7 @@
220 220   new XWiki.widgets.Notification('$error', 'error', '20');
221 221   });
222 222   #elseif($xcontext.macro.content)
223 - var boards = $jsontool.parse($jsontool.serialize("$!xcontext.macro.content"));
223 + var boards = $jsontool.fromString($jsontool.serialize("$!xcontext.macro.content"));
224 224   initKanban(boards, updateService);
225 225   #else
226 226   var boards = [];
Execution is isolated
... ... @@ -1,0 +1,1 @@
1 +No