Skip to content

Commit

Permalink
fix(controller): Allow the Workspace Manager to attach a group to a w…
Browse files Browse the repository at this point in the history
…orkspace
  • Loading branch information
zak39 committed Nov 13, 2024
1 parent 822ff4e commit d91ff6c
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 d91ff6c

Please sign in to comment.