From 4d7956e29f979e9a1ffae13f1f3bb8b112a58104 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Mon, 22 Nov 2021 12:59:04 +0300 Subject: [PATCH] Fix activity view Signed-off-by: Alexander Platov --- .../src/components/TxView.svelte | 36 ++++++------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/plugins/activity-resources/src/components/TxView.svelte b/plugins/activity-resources/src/components/TxView.svelte index fb81ca1a43..aff68c35f2 100644 --- a/plugins/activity-resources/src/components/TxView.svelte +++ b/plugins/activity-resources/src/components/TxView.svelte @@ -78,7 +78,7 @@ {#if displayTx && (viewlet !== undefined || model.length > 0)} -
+
@@ -89,7 +89,7 @@ {/if}
-
+
{#if employee} {formatName(employee.name)} @@ -102,12 +102,8 @@ {/if} {#if viewlet === undefined && model.length > 0 && utx} {#each model as m} -
- changed {m.label} to -
- -
-
+ changed {m.label} to + {/each} {:else if viewlet && viewlet.display === 'inline' && viewlet.component} @@ -123,18 +119,7 @@
{/if}