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
FYI - i don't think this has really ever been an issue for anyone else because I'm bringing legacy groups forward with a script and I was creating them as inactive, so i couldn't find them afterward.
Ok, i'll conceed the Update part. But the GET won't allow an M2M to get Inactive groups?
rootelement
changed the title
Groups API getGroup and updateGroup aren't working for inactive groups with M2M
[$20] Groups API getGroup and updateGroup aren't working for inactive groups with M2M
Jun 16, 2020
rootelement
changed the title
[$20] Groups API getGroup and updateGroup aren't working for inactive groups with M2M
Groups API getGroup and updateGroup aren't working for inactive groups with M2M
Jun 16, 2020
These calls should allow an M2M with the right scopes to act just as an admin can.
groups-api/src/services/GroupService.js
Line 263 in 2711917
groups-api/src/services/GroupService.js
Line 323 in 2711917
I believe the update is:
currentUser === 'M2M' || helper.hasAdminRole(currentUser)
But please confirm and test.
cc @cwdcwd
The text was updated successfully, but these errors were encountered: