Skip to content

Commit

Permalink
GRAD2-3018 - Updates scope name to match grad pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Oct 29, 2024
1 parent 93b3eb1 commit 3ff82cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ private PermissionsConstants() {}
public static final String UPDATE_STUDENT_STATUS = PREFIX + "SCOPE_UPDATE_GRAD_STUDENT_STATUS_CODE_DATA"+ SUFFIX;
public static final String STUDENT_ALGORITHM_DATA = PREFIX + "SCOPE_READ_GRAD_GRADUATION_STATUS" + SUFFIX + " and "
+ PREFIX + "SCOPE_READ_GRAD_STUDENT_DATA" + SUFFIX;
public static final String READ_STUDENT_GRADE_CODES = PREFIX + "SCOPE_READ_STUDENT_GRADE_CODES" + SUFFIX;
public static final String READ_STUDENT_GRADE_CODES = PREFIX + "SCOPE_READ_GRAD_STUDENT_GRADE_CODES" + SUFFIX;
}

0 comments on commit 3ff82cb

Please sign in to comment.