Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loss of permission selection for managed users when switching pages #230

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Jan 29, 2025

Description

Fixes loss of permission selection for managed users when switching pages.

Additionally, when multiple permissions are selected, applies them serially, rather than in parallel. This is necessary because the UI is updated based on the response to each update, which caused the UI to only show partial changes before.

There are many more places where a similar fix is needed.

Addressed Issue

Partially addresses DependencyTrack/hyades#1651

Additional Details

N/A

Checklist

Additionally, when multiple permissions are selected, applies them serially, rather than in parallel. This is necessary because the UI is updated based on the response to each update, which caused the UI to only show partial changes before.

There are many more places where a similar fix is needed.

Partially addresses DependencyTrack/hyades#1651

Signed-off-by: nscuro <[email protected]>
@nscuro nscuro added the defect Something isn't working label Jan 29, 2025
@nscuro nscuro added this to the 5.6.0 milestone Jan 29, 2025
@nscuro nscuro merged commit 8c95775 into main Jan 29, 2025
9 checks passed
@nscuro nscuro deleted the issue-1651 branch January 29, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants