mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-3473] added check for no form to not be showed when a form is attached and showed (#3699)
This commit is contained in:
parent
4f16c25293
commit
9ac4dba207
@ -58,7 +58,7 @@
|
|||||||
(showAttachForm)="onShowAttachForm()">
|
(showAttachForm)="onShowAttachForm()">
|
||||||
</adf-task-standalone>
|
</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>
|
<mat-card-content>
|
||||||
<div class="adf-no-form-message-container">
|
<div class="adf-no-form-message-container">
|
||||||
<div class="adf-no-form-message-list">
|
<div class="adf-no-form-message-list">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user