mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user