MOBILE-3107 feedback: Show group selector for non editing teachers

main
Pau Ferrer Ocaña 2019-07-31 12:07:04 +02:00
parent fc9bc6613d
commit 67cd70289c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<ng-template #basicInfo>
<ion-list *ngIf="access.canviewanalysis && !access.isempty">
<ion-item text-wrap *ngIf="access.canedititems && (groupInfo.separateGroups || groupInfo.visibleGroups)">
<ion-item text-wrap *ngIf="groupInfo && (groupInfo.separateGroups || groupInfo.visibleGroups)">
<ion-label id="addon-feedback-groupslabel" *ngIf="groupInfo.separateGroups">{{ 'core.groupsseparate' | translate }}</ion-label>
<ion-label id="addon-feedback-groupslabel" *ngIf="groupInfo.visibleGroups">{{ 'core.groupsvisible' | translate }}</ion-label>
<ion-select [(ngModel)]="group" (ionChange)="setGroup(group)" aria-labelledby="addon-feedback-groupslabel" interface="action-sheet">