We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a892d98 + 9440327 commit 2be5da2Copy full SHA for 2be5da2
.github/workflows/set-backlog-fields.yml
src/Api/Model/Shared/Command/UserCommands.php
@@ -566,7 +566,7 @@ public static function sendInvite(
566
// Verify authority of $invitingUser to invite someone of this role
567
$userIsAuthorized = false;
568
$invitingUserRole = $project->users[$invitingUserId]->role;
569
- $authorizedRoles = [ProjectRoles::MANAGER];
+ $authorizedRoles = [ProjectRoles::MANAGER, ProjectRoles::TECH_SUPPORT];
570
if ($roleKey == ProjectRoles::MANAGER) {
571
$userIsAuthorized = in_array($invitingUserRole, $authorizedRoles);
572
}
0 commit comments