forked from CIT/Vmeda.Online
		
	MOBILE-3039 workshop: Hide save button if user can't edit assessment
This commit is contained in:
		
							parent
							
								
									b7088b6886
								
							
						
					
					
						commit
						5143897570
					
				| @ -2,7 +2,7 @@ | |||||||
|     <ion-navbar core-back-button> |     <ion-navbar core-back-button> | ||||||
|         <ion-title><core-format-text [text]="title"></core-format-text></ion-title> |         <ion-title><core-format-text [text]="title"></core-format-text></ion-title> | ||||||
|         <ion-buttons end [hidden]="!loaded"> |         <ion-buttons end [hidden]="!loaded"> | ||||||
|             <button *ngIf="assessmentId" ion-button clear (click)="saveAssessment()" [attr.aria-label]="'core.save' | translate"> |             <button *ngIf="assessmentId && access.assessingallowed" ion-button clear (click)="saveAssessment()" [attr.aria-label]="'core.save' | translate"> | ||||||
|                 {{ 'core.save' | translate }} |                 {{ 'core.save' | translate }} | ||||||
|             </button> |             </button> | ||||||
|             <button *ngIf="canAddFeedback" ion-button clear (click)="saveEvaluation()" [attr.aria-label]="'core.save' | translate"> |             <button *ngIf="canAddFeedback" ion-button clear (click)="saveEvaluation()" [attr.aria-label]="'core.save' | translate"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user