User Admin: bulk permissions operation screen should allow for a comment to be set #6681
Labels
good first issue
An issue suitable for new project collaborators
noteworthy
probably worth mentioning in release notes
Milestone
When updating user permissions the individual update page allows for a comment to be added to the changelog for the person (e.g. 'adding permission xyz because user abc requested it on their behalf')
The new bulk user permission screen does not allow for comments. This change should either
Suggest going with the first variant initially as it is most flexible.
Tagging with good first issue as this is localized to only a couple of areas in the code base:
Java
org.finos.waltz.model.user
org.finos.waltz.web.endpoints.api.UserEndpoint
org.finos.waltz.service.user.UserRoleService#bulkUpload
JS
waltz-ng/client/user/svelte/UserBulkEditor.svelte
The text was updated successfully, but these errors were encountered: