Skip to content

Commit

Permalink
[Refactor:RainbowGrades] add back moss_detail (#65)
Browse files Browse the repository at this point in the history
This change will allow hand written configs to accept both
`academic_sanction_details` and `moss_details`
  • Loading branch information
ziesski authored Dec 13, 2023
1 parent 770525e commit 93885d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ void preprocesscustomizationfile(const std::string &now_string,
DISPLAY_INSTRUCTOR_NOTES = true;
} else if (token == "exam_seating") {
DISPLAY_EXAM_SEATING = true;
} else if (token == "academic_sanction_details") {
} else if (token == "academic_sanction_details" || token == "moss_details") {
DISPLAY_ACADEMIC_SANCTION_DETAILS = true;
} else if (token == "final_grade") {
DISPLAY_FINAL_GRADE = true;
Expand Down

0 comments on commit 93885d5

Please sign in to comment.