Merge branch 'VM/RED-8253' into 'master'

RED-8253- Create new help mode links

Closes RED-8253

See merge request redactmanager/red-ui!313
This commit is contained in:
Nicoleta Panaghiu 2024-02-19 12:42:25 +01:00
commit 6da249e975
2 changed files with 10 additions and 0 deletions

View File

@ -265,6 +265,7 @@ export class FileActionsComponent implements OnChanges {
tooltip: _('dossier-overview.ocr-file'), tooltip: _('dossier-overview.ocr-file'),
icon: 'iqser:ocr', icon: 'iqser:ocr',
show: this.showOCR, show: this.showOCR,
helpModeKey: 'automatic_text_recognition',
}, },
{ {
id: 'reanalyse-file-btn', id: 'reanalyse-file-btn',

View File

@ -506,6 +506,11 @@
"documentKey": "dossier_stop_analysis", "documentKey": "dossier_stop_analysis",
"scrollableParentView": "VIRTUAL_SCROLL" "scrollableParentView": "VIRTUAL_SCROLL"
}, },
{
"elementKey": "dossier_automatic_text_recognition",
"documentKey": "dossier_automatic_text_recognition",
"scrollableParentView": "VIRTUAL_SCROLL"
},
{ {
"elementKey": "dossier_download", "elementKey": "dossier_download",
"documentKey": "dossier_download", "documentKey": "dossier_download",
@ -591,6 +596,10 @@
"elementKey": "editor_close", "elementKey": "editor_close",
"documentKey": "editor_close" "documentKey": "editor_close"
}, },
{
"elementKey": "editor_automatic_text_recognition",
"documentKey": "editor_automatic_text_recognition"
},
{ {
"elementKey": "scm_edit_DIALOG", "elementKey": "scm_edit_DIALOG",
"documentKey": "scm_edit", "documentKey": "scm_edit",