Skip to content

Commit 92edc2c

Browse files
author
Vikas Agarwal
committed
Temporarily reducing the permission policy
1 parent f476d6f commit 92edc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/permissions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ module.exports = () => {
141141
Authorizer.setPolicy('projectEstimation.item.list', copilotAndAbove);
142142

143143
// Project Reporting
144-
Authorizer.setPolicy('projectReporting.managers', connectManagerOrAdmin);
144+
Authorizer.setPolicy('projectReporting.managers', copilotAndAbove);
145145
};

0 commit comments

Comments
 (0)