Skip to content

Commit

Permalink
fix(Workbench): set correct user permissions level (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner authored Jan 6, 2024
1 parent fff3803 commit bc8be6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util/CXOne/CXOneTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const CXOneTemplates = {
</grant>
${userIDs.map((userID) => {
return `<grant>
<permissions><role>Contributor</role></permissions>
<permissions><role>Manager</role></permissions>
<user id="${userID}"></user>
</grant>`;
})}
Expand Down

0 comments on commit bc8be6f

Please sign in to comment.