[+] Check gradings after checking assignments

This commit is contained in:
Hykilpikonna
2019-10-01 18:30:02 -04:00
parent feabc336c1
commit cbdcfc4ca1
+3 -4
View File
@@ -161,12 +161,11 @@ export default class App extends Vue
// Wait for assignments to be ready.
pWaitFor(() => this.isAssignmentsReady()).then(() =>
{
// When the assignments are ready
// TODO: Display loading
this.assignmentsReady = true;
// Filter courses
this.filteredCourses = CourseUtils.getGradedCourses(this.courses);
// Check grading algorithms
this.checkGradingAlgorithms();
});
}