Kanban macro issue

Hello,

On my xwiki 9.11.4, “Kanban from JSON” example provided on https://extensions.xwiki.org/xwiki/bin/view/Extension/Kanban%20Macro/#HKanbanfromJSON page, doesn’t work.
Xwiki displayed “An error occured while trying to load the Kanban data”.

I tested with 9.11.5 jetty package = same issue.

Log displayed errors like:

==> data/logs/2018_10_22.output.log <==
2018-10-22 17:53:24,546 [http://xxxxxxxx:8080/xwiki/bin/jsx/Macros/KanbanMacro?language=fr] WARN c.x.x.w.s.JsExtension - Error at line 287, column 40: il manque un nom après un opérateur ‘.’. Caused by: [ if (board.class !== ‘’ && board.class !== undefined)]
2018-10-22 17:53:24,546 [http://xxxxxxxx:8080/xwiki/bin/jsx/Macros/KanbanMacro?language=fr] WARN c.x.x.w.s.JsExtension - Error at line 287, column 40: il manque un nom après un opérateur ‘.’. Caused by: [ if (board.class !== ‘’ && board.class !== undefined)]
2018-10-22 17:53:24,547 [http://xxxxxxxx:8080/xwiki/bin/jsx/Macros/KanbanMacro?language=fr] WARN c.x.x.w.s.JsExtension - Error at line 288, column 57: il manque un nom après un opérateur ‘.’. Caused by: [ var allClasses = board.class.split(",");]

The example is correct or is it a kanban extension issue?

Thxs.
Pascal B

Hello,

might be a little late but I solved this :smiley:
I had to enable Programming Rights for Users trying to access the Kanban and then it worked.