Skip to content

Commit

Permalink
fix: add limited_staff to allowedRoles
Browse files Browse the repository at this point in the history
Backported from [here](openedx#352).

(cherry picked from commit cbb32d1)
  • Loading branch information
0x29a authored and kaustavb12 committed Jun 10, 2024
1 parent 2f03c4d commit 8aa7082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/thunkActions/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { fetchGrades } from './grades';
import { fetchTracks } from './tracks';
import { fetchAssignmentTypes } from './assignmentTypes';

export const allowedRoles = ['staff', 'instructor', 'eshe_instructor', 'support'];
export const allowedRoles = ['staff', 'limited_staff', 'instructor', 'eshe_instructor', 'support'];

export const fetchRoles = () => (
(dispatch, getState) => {
Expand Down

0 comments on commit 8aa7082

Please sign in to comment.