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:
commit
6da249e975
@ -265,6 +265,7 @@ export class FileActionsComponent implements OnChanges {
|
||||
tooltip: _('dossier-overview.ocr-file'),
|
||||
icon: 'iqser:ocr',
|
||||
show: this.showOCR,
|
||||
helpModeKey: 'automatic_text_recognition',
|
||||
},
|
||||
{
|
||||
id: 'reanalyse-file-btn',
|
||||
|
||||
@ -506,6 +506,11 @@
|
||||
"documentKey": "dossier_stop_analysis",
|
||||
"scrollableParentView": "VIRTUAL_SCROLL"
|
||||
},
|
||||
{
|
||||
"elementKey": "dossier_automatic_text_recognition",
|
||||
"documentKey": "dossier_automatic_text_recognition",
|
||||
"scrollableParentView": "VIRTUAL_SCROLL"
|
||||
},
|
||||
{
|
||||
"elementKey": "dossier_download",
|
||||
"documentKey": "dossier_download",
|
||||
@ -591,6 +596,10 @@
|
||||
"elementKey": "editor_close",
|
||||
"documentKey": "editor_close"
|
||||
},
|
||||
{
|
||||
"elementKey": "editor_automatic_text_recognition",
|
||||
"documentKey": "editor_automatic_text_recognition"
|
||||
},
|
||||
{
|
||||
"elementKey": "scm_edit_DIALOG",
|
||||
"documentKey": "scm_edit",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user