From 4e10e5fefdec1663035350a3c431c3a784ff57ff Mon Sep 17 00:00:00 2001 From: LenaelleRelief Date: Wed, 18 Oct 2023 13:05:27 +0200 Subject: [PATCH 1/3] remove unnecessary white row --- .../role-features/role-workflows/role-workflows.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html b/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html index 579a79b9ef..fa2ece5471 100644 --- a/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html +++ b/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html @@ -63,6 +63,7 @@

{{ 'common.workflow.few' | translate }}

uiCell *cdkCellDef="let element" [attr.colspan]="displayedColumns.length" + [ngClass]="element.id === openedWorkflowId? '' : 'hidden'" >
Date: Wed, 18 Oct 2023 16:39:53 +0200 Subject: [PATCH 2/3] replace uiTableWrapper with custom classes --- .../role-workflows.component.html | 100 ++++++++++-------- 1 file changed, 53 insertions(+), 47 deletions(-) diff --git a/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html b/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html index fa2ece5471..7216b82c96 100644 --- a/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html +++ b/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html @@ -63,7 +63,7 @@

{{ 'common.workflow.few' | translate }}

uiCell *cdkCellDef="let element" [attr.colspan]="displayedColumns.length" - [ngClass]="element.id === openedWorkflowId? '' : 'hidden'" + [ngClass]="element.id === openedWorkflowId ? '' : 'hidden'" >
{{ 'common.workflow.few' | translate }} element.id === openedWorkflowId ? 'expanded' : 'collapsed' " > - - - - - - - - + +
- {{ 'common.step.one' | translate }} - - {{ element.name }} - - + + + + - + {{ element.name }} + + + + + + - - -
+ {{ 'common.step.one' | translate }} + - - + + +
+
+
Date: Thu, 19 Oct 2023 09:37:54 +0200 Subject: [PATCH 3/3] fix incorrect display of empty element when no steps available in role feature access editor --- .../role-workflows.component.html | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html b/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html index 7216b82c96..2f9aa77f17 100644 --- a/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html +++ b/libs/shared/src/lib/components/role-summary/role-features/role-workflows/role-workflows.component.html @@ -71,7 +71,11 @@

{{ 'common.workflow.few' | translate }}

element.id === openedWorkflowId ? 'expanded' : 'collapsed' " > -
+ +
{{ 'common.workflow.few' | translate }} - +
- - + + + + +