mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 05:09:46 -06:00
We fixed the error code for ocm space sharing
This commit is contained in:
6
changelog/unreleased/fix-ocm-space-sharing-code.md
Normal file
6
changelog/unreleased/fix-ocm-space-sharing-code.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: fix the error code for ocm space sharing
|
||||
|
||||
We fixed the error code for ocm space sharing
|
||||
|
||||
https://github.com/owncloud/ocis/pull/10079
|
||||
https://github.com/owncloud/ocis/issues/10051
|
||||
@@ -329,7 +329,7 @@ func (s DriveItemPermissionsService) SpaceRootInvite(ctx context.Context, driveI
|
||||
objectID := invite.GetRecipients()[0].GetObjectId()
|
||||
_, err := s.identityCache.GetAcceptedUser(ctx, objectID)
|
||||
if err == nil {
|
||||
return libregraph.Permission{}, errorcode.New(errorcode.NotAllowed, "federated user can not become a space member")
|
||||
return libregraph.Permission{}, errorcode.New(errorcode.InvalidRequest, "federated user can not become a space member")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user