You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly related issues are #28840 (-Error-), #26902 (error), #17420 (Adding a user to a group does not manipulate the user count), #5841 ([OC6Beta4] Add new user with group -- group menu doesn't recover), and #29082 (a Error).
If no group supports adding to a group, then it is just assumed it was added anyway: https://github.com/owncloud/core/blob/master/lib/private/Group/Group.php#L169
This breaks the user management which has no idea if it was sucessful or not.
https://github.com/owncloud/user_management/blob/master/ajax/togglegroups.php#L79-L83
Breaks the add member command as well: https://github.com/owncloud/core/blob/master/core/Command/Group/AddMember.php#L86
The text was updated successfully, but these errors were encountered: