RED-6550 - False positive help mode link leads to False Recommendation topic
This commit is contained in:
parent
9fb0675f75
commit
d300faacd3
@ -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',
|
||||
|
||||
@ -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"]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user