[ADF-3473] added check for no form to not be showed when a form is attached and showed (#3699)

This commit is contained in:
Vito 2018-08-14 12:46:07 +01:00 committed by Eugenio Romano
parent 4f16c25293
commit 9ac4dba207

View File

@ -58,7 +58,7 @@
(showAttachForm)="onShowAttachForm()">
</adf-task-standalone>
<mat-card class="adf-message-card" *ngIf="!isTaskStandaloneComponentVisible() && !isCompletedTask()" >
<mat-card class="adf-message-card" *ngIf="!isTaskStandaloneComponentVisible() && !isCompletedTask() && !isFormComponentVisible()" >
<mat-card-content>
<div class="adf-no-form-message-container">
<div class="adf-no-form-message-list">