()
| 665 | |
| 666 | // Super hacky way to patch users being able to join class while hiding /students from others |
| 667 | onClassLoadError () { |
| 668 | return _.defer(() => application.router.routeDirectly('courses/RestrictedToStudentsView')) |
| 669 | } |
| 670 | |
| 671 | onJoinClassroomError (classroom, jqxhr, options) { |
| 672 | this.state = null |
no test coverage detected