Skip to content
Snippets Groups Projects
Commit 354c6d6e authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix show process comment

parent 1fdc3d76
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<div class="workflowLineSubLabel"> <div class="workflowLineSubLabel">
{{diffusion.item_entity}} {{diffusion.item_entity}}
</div> </div>
<div class="workflowLineSubLabel" *ngIf="adminMode && diffusion.process_date === null"> <div class="workflowLineSubLabel" *ngIf="adminMode && functions.empty(diffusion.process_date)">
<mat-form-field> <mat-form-field>
<input matInput [disabled]="!adminMode || diffusion.process_date != null" [placeholder]="lang.visaNote" [(ngModel)]="diffusion.process_comment"> <input matInput [disabled]="!adminMode || diffusion.process_date != null" [placeholder]="lang.visaNote" [(ngModel)]="diffusion.process_comment">
</mat-form-field> </mat-form-field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment