()
| 160 | } |
| 161 | |
| 162 | isParentAdmin () { |
| 163 | const needle = this.constructor.PERMISSIONS.PARENT_ADMIN |
| 164 | return this.get('permissions', true).includes(needle) |
| 165 | } |
| 166 | |
| 167 | isNapervilleAdmin () { |
| 168 | return this.get('permissions', true).includes(this.constructor.PERMISSIONS.NAPERVILLE_ADMIN) |