-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[10.2.1] Backport to Fix response when user is removed from group #35570
Conversation
Original PR: owncloud-archive/user_management#188 core |
@phil-davis seems that some Ci stuff is missing in this branch |
When user is successfully removed from the group fix message that is sent by server. Signed-off-by: Sujith H <sharidasan@owncloud.com>
740c31c
to
56c7258
Compare
Codecov Report
@@ Coverage Diff @@
## release-10.2.1 #35570 +/- ##
=================================================
Coverage ? 64.39%
Complexity ? 20139
=================================================
Files ? 1286
Lines ? 77077
Branches ? 1308
=================================================
Hits ? 49630
Misses ? 27063
Partials ? 384
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## release-10.2.1 #35570 +/- ##
====================================================
- Coverage 64.39% 64.39% -0.01%
Complexity 20139 20139
====================================================
Files 1286 1286
Lines 77075 77077 +2
Branches 1308 1308
====================================================
Hits 49630 49630
- Misses 27061 27063 +2
Partials 384 384
Continue to review full report at Codecov.
|
When user is successfully removed from the group
fix message that is sent by server.
Signed-off-by: Sujith H sharidasan@owncloud.com
Description
When users are added/removed to the group the group counts should automatically updated. No error message should be seen in the console when users are added successfully to the group or deleted from the group. This PR focuses on the deletion part, though.
Related Issue
Motivation and Context
Fix the removal of user issue from the group from the UI. The issue was with togglegroups.php sending response data.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: