()
| 192 | |
| 193 | // This could also be a user property later, once we plan to release Ozaria to more users |
| 194 | showOzCourses () { |
| 195 | if (utils.isOzaria) { |
| 196 | return true |
| 197 | } |
| 198 | return this.isInternal() || this.isAdmin() || this.get('features')?.canAccessOzCourse |
| 199 | } |
| 200 | |
| 201 | isDistrictAdmin (districtId) { |
| 202 | if (!districtId) return false |
no test coverage detected