Skip to content

Commit b9006ab

Browse files
committed
Remove reviewer from access check in registrar reconciliation
1 parent 8498b46 commit b9006ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/registrarReconciliationReport/controllers/registrarReconciliationReportCtrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class registrarReconciliationReportCtrl {
5656
);
5757

5858
self.$scope.view.hasAccess = self.$scope.sharedState.currentUser.isAdmin() ||
59-
self.$scope.sharedState.currentUser.hasRole(['academicPlanner', 'reviewer'], self.$scope.sharedState.workgroup.id);
59+
self.$scope.sharedState.currentUser.hasRole(['academicPlanner'], self.$scope.sharedState.workgroup.id);
6060
});
6161

6262
this.$scope.allTerms = ['05', '06', '07', '08', '09', '10', '01', '02', '03'];

0 commit comments

Comments
 (0)