Michael W Moser created NIFI-15182:
--------------------------------------
Summary: Edit User to be member of multiple Groups sometimes fails
Key: NIFI-15182
URL: https://issues.apache.org/jira/browse/NIFI-15182
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 2.6.0
Reporter: Michael W Moser
When you attempt to add a user to multiple groups, or remove a user from
multiple groups, sometimes not all modifications are saved.
Steps to recreate:
* Create at least 3 new groups
* Edit a user and check two or more new groups
* Click Apply
* User's group membership should reflect what was checked (but sometimes does
not)
* Edit a user and uncheck a group and check another
* User's group membership should reflect what was checked
This appears to send a PUT request to /nifi-api/tenants/user-groups/\{uuid} for
each add/delete, but not all take effect.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)