Skip to content

Commit

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

Allow the Workspace Manager to attach a group to a workspace
  • Loading branch information
zak39 authored Nov 13, 2024
2 parents 822ff4e + d91ff6c commit 9d10a61
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 9d10a61

Please sign in to comment.