Skip to content

Commit

Permalink
fix status "Überprüfung Zwischenbeurteilung" update tests #471
Browse files Browse the repository at this point in the history
  • Loading branch information
schefbi authored Nov 22, 2022
1 parent 75ca19b commit 8020934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/events/utils/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export function getEventState(course: Course): Option<EventStateWithLabel> {
if (
HasEvaluationStarted === false &&
HasTestGrading === true &&
HasReviewOfEvaluationStarted === false &&
course.StatusId !== DEFINITIVELY_EVALUATED_STATUS_ID
) {
// Tests erfassen
Expand Down

0 comments on commit 8020934

Please sign in to comment.