Skip to content

Commit

Permalink
Merge pull request #1085 from arawa/backport/render-attach-group-for-…
Browse files Browse the repository at this point in the history
…space-admin/1084/stable3.2

Backport: Allow the Workspace Manager to attach a group to a workspace for stable3.2
  • Loading branch information
zak39 authored Nov 13, 2024
2 parents 67365c3 + 6549dac commit 929448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/GroupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public function removeUser(

/**
* @NoAdminRequired
* @GeneralManagerRequired
* @SpaceAdminRequired
*/
public function attachGroupToSpace(int $spaceId, string $gid) {
$workspace = $this->spaceManager->get($spaceId);
Expand Down

0 comments on commit 929448b

Please sign in to comment.