()
| 380 | } |
| 381 | |
| 382 | afterInsert () { |
| 383 | super.afterInsert() |
| 384 | if (!me.isStudent() && (!this.classCodeQueryVar || !!me.isTeacher())) { |
| 385 | return this.onClassLoadError() |
| 386 | } |
| 387 | } |
| 388 | |
| 389 | onCourseInstancesLoaded () { |
| 390 | if (!this.classroomsLoaded || !this.courseInstancesLoaded) return |
nothing calls this directly
no test coverage detected