From 509c370efc345cff8e2bf9cc932aa5ca9f3dc9e4 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Tue, 6 Feb 2024 23:16:13 +0200 Subject: [PATCH] RED-8252 - Separate help mode links --- .../view-mode-selection.component.html | 2 +- .../annotation-actions.component.html | 23 +----- .../annotation-actions.component.ts | 2 +- .../modules/file-preview/utils/constants.ts | 8 +- .../src/assets/help-mode/help-mode-keys.json | 78 ++++++++++++++++--- 5 files changed, 77 insertions(+), 36 deletions(-) diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/view-mode-selection/view-mode-selection.component.html b/apps/red-ui/src/app/modules/dossier-overview/components/view-mode-selection/view-mode-selection.component.html index 4f5915a37..69bed225b 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/view-mode-selection/view-mode-selection.component.html +++ b/apps/red-ui/src/app/modules/dossier-overview/components/view-mode-selection/view-mode-selection.component.html @@ -6,7 +6,7 @@ [attr.aria-expanded]="mode === listingModes.table" [tooltip]="'view-mode.list' | translate" [greySelected]="true" - [attr.help-mode-key]="'document_list'" + [attr.help-mode-key]="'document_list_view'" icon="iqser:list" > diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html index 269430b63..50240be49 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html @@ -7,7 +7,6 @@ - -