RED-6550 - False positive help mode link leads to False Recommendation topic

This commit is contained in:
Valentin Mihai 2023-04-15 13:37:29 +03:00
parent 9fb0675f75
commit d300faacd3
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import { List, ValuesOf } from '@iqser/common-ui';
export const ActionsHelpModeKeys = {
redaction: 'redaction',
'manual-redaction': 'redaction',
recommendation: 'recommendation',
recommendation: 'false_positive_entity',
skipped: 'skipped',
hint: 'hint_text',
'hint-ocr': 'hint_picture',

View File

@ -114,8 +114,8 @@
"overlappingElements": ["USER_MENU", "WORKLOAD_FILTER", "DOCUMENT_INFO"]
},
{
"elementKey": "recommendation",
"documentKey": "recommendation",
"elementKey": "false_positive_entity",
"documentKey": "false_positive_entity",
"scrollableParentView": "ANNOTATIONS_LIST",
"overlappingElements": ["USER_MENU", "WORKLOAD_FILTER", "DOCUMENT_INFO"]
},