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.
1 parent fc272ce commit d7279f2Copy full SHA for d7279f2
src/routes/projects/update.js
@@ -221,7 +221,9 @@ module.exports = [
221
const members = req.context.currentProjectMembers;
222
const validRoles = [
223
PROJECT_MEMBER_ROLE.MANAGER,
224
- PROJECT_MEMBER_ROLE.MANAGER,
+ PROJECT_MEMBER_ROLE.PROGRAM_MANAGER,
225
+ PROJECT_MEMBER_ROLE.PROJECT_MANAGER,
226
+ PROJECT_MEMBER_ROLE.SOLUTION_ARCHITECT,
227
].map(x => x.toLowerCase());
228
const matchRole = role => _.indexOf(validRoles, role.toLowerCase()) >= 0;
229
if (updatedProps.status === PROJECT_STATUS.ACTIVE &&
0 commit comments