Describe the bug
Task ending with Template (like a task named Create Template, for example), won't be listed in the task kanbanboard macro.
Steps to reproduce
Steps to reproduce the problematic behavior:
- Create a task named
Create Template
- Insert a
kanbanboard macro without any parameters set
Expected behavior
The Create Template task is shown in the kanban board
Actual behavior
The Create Template task isn't shown in the kanban board
Environment (please complete the following information):
- OS: linux mint
- Browser firefox
- XWiki version 15.10
- App version 3.10.2
Additional context
The issue comes from contrib kanban, which ignores pages ending with Template by default.
A potential fix for this would be to perform the query separately in Task Manager, and provide the right tasks to the Kanban contrib macro. But I'm not sure how complex it would be to replace.
Describe the bug
Task ending with
Template(like a task namedCreate Template, for example), won't be listed in the taskkanbanboardmacro.Steps to reproduce
Steps to reproduce the problematic behavior:
Create Templatekanbanboardmacro without any parameters setExpected behavior
The
Create Templatetask is shown in the kanban boardActual behavior
The
Create Templatetask isn't shown in the kanban boardEnvironment (please complete the following information):
Additional context
The issue comes from contrib kanban, which ignores pages ending with
Templateby default.A potential fix for this would be to perform the query separately in Task Manager, and provide the right tasks to the Kanban contrib macro. But I'm not sure how complex it would be to replace.