Skip to content

Commit 2be5da2

Browse files
committed
Merge branch 'develop'
2 parents a892d98 + 9440327 commit 2be5da2

File tree

2 files changed

+1
-117
lines changed

2 files changed

+1
-117
lines changed

.github/workflows/set-backlog-fields.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/Api/Model/Shared/Command/UserCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ public static function sendInvite(
566566
// Verify authority of $invitingUser to invite someone of this role
567567
$userIsAuthorized = false;
568568
$invitingUserRole = $project->users[$invitingUserId]->role;
569-
$authorizedRoles = [ProjectRoles::MANAGER];
569+
$authorizedRoles = [ProjectRoles::MANAGER, ProjectRoles::TECH_SUPPORT];
570570
if ($roleKey == ProjectRoles::MANAGER) {
571571
$userIsAuthorized = in_array($invitingUserRole, $authorizedRoles);
572572
}

0 commit comments

Comments
 (0)