There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-f842c83f-46a4-4292-aead-f3deb9cc56ac XWIKI-22764 Open

Allow updating members of existing groups in the user output filter stream

 
View issue   ·   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-ff82e9f0-f3c4-4aac-ba86-62ab938781eb Changes by Raphaël Jakse on 09/Jun/26 07:48
 
Description: Currently, it is possible to create new groups from filters. Updating an existing group will actually completely replace the group.

It would be useful to be able to update groups and add
(and remove?) users instead of replacing groups. One use case would be to add admin users to {{XWiki.XWikiAdminGroup}} from the confluence-xml module when importing data from a Confluence wiki (including users).

This could be done by adding a {{GroupFilter#addGroupMemberUser}} method, or
to introduce by introducing a {{GroupUpdateFilter}} class , or by adding a "append" GroupFilter boolean parameter .
Assignee: Raphaël Jakse