Skip to content

Kanban Board macro filtering by user doesn't work #339#373

Open
abrassat wants to merge 2 commits into
xwikisas:masterfrom
abrassat:issue#339
Open

Kanban Board macro filtering by user doesn't work #339#373
abrassat wants to merge 2 commits into
xwikisas:masterfrom
abrassat:issue#339

Conversation

@abrassat
Copy link
Copy Markdown

  • Rename parameter type

The issue was caused by the UserReferenceList parameter type being defined here and in pro macros too.

This PR is a draft since, when updating the TaskManager version, the Extension Manager complains about the new renamed parameter type, and the picker stops working. Reinstalling the Task Manager UI package after the upgrade fixes the issue, but there should be a more stable workaround/fix for the upgrade.

I renamed it here, but maybe another solution would be to move this picker to xwiki-pro-commons and depend on it from there.

Copy link
Copy Markdown

@trrenty trrenty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if we use "java.util.List<org.xwiki.user.UserReference>" to define the parameter types. would it still break?

similarly to

<type>java.util.List&lt;com.xwiki.task.TaskStatus&gt;</type>

@abrassat abrassat marked this pull request as ready for review May 22, 2026 12:31
@abrassat abrassat requested a review from trrenty May 22, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Kanban Board macro filtering by user doesn't work

2 participants