-
Notifications
You must be signed in to change notification settings - Fork 41
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
User selection in group editing has an api call for each selection - SP 0.5 #725
Comments
This issue has been automatically marked as stale because it has not had activity for 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had activity for 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. You can re-open it if needed. |
Closed by #811 |
Current Behavior 😯
Each time a user is selected or deselected using the checkbox in the dialog, an api call for group.addUser or group.removeUser is bein sent.
Expected Behavior 🤔
Users to be added and removed should be stored (e.g. in an array), and the requests should only be sent when clicking the "Done" button.
Steps to Reproduce 🕹
Steps:
Your Environment 🌎
The text was updated successfully, but these errors were encountered: