This issue has been created
 
 
Kanban Macro / cid:jira-generated-image-avatar-6723018c-f0bd-4416-9048-e0055f0c4fe9 KANBAN-21 Open

Parameters not working

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-556a5329-4c40-42cd-a16d-593fec84072a Brassat Alexandru created this issue on 15/Jun/26 10:34
 
Summary: Parameters not working
Issue Type: cid:jira-generated-image-avatar-6723018c-f0bd-4416-9048-e0055f0c4fe9 Bug
Affects Versions: 1.4.4
Assignee: Unassigned
Attachments: image-2026-06-15-11-29-19-788.png
Created: 15/Jun/26 10:34
Priority: cid:jira-generated-image-static-major-3ab1c4a0-eea4-4700-9d9a-2d14b35a44d5 Major
Reporter: Brassat Alexandru
Description:

44956_image-2026-06-15-11-29-19-788.png

Tested on XWiki 15.10, 18.3.0 with version 1.4.4 Kanban. Does not reproduce on 1.4.3.

There's an extra + after the macro, and the addItemButton, removeItemButton, etc.. parameters are not respected (they should be false, but the buttons are rendered). I think it's because the new escapes will turn the false parameter value into a "false" string, which is then interpreted as true in the kanban code.

There's also some errors/deprecation warnings for the jQuery.getJSON().error() method, which is deprecated in favor of .fail()