RED-3401 -> Missing Help-Annotation for some actions

This commit is contained in:
Valentin Mihai 2022-03-29 18:19:03 +03:00
parent 84fbea8386
commit 3e265f4987
2 changed files with 33 additions and 0 deletions

View File

@ -92,6 +92,7 @@
[tooltipPosition]="tooltipPosition"
[tooltip]="'annotation-actions.recategorize-image' | translate"
[type]="buttonType"
[iqserHelpMode]="helpModeKey + '_recategorize'"
icon="red:thumb-down"
></iqser-circle-button>
@ -120,6 +121,7 @@
*ngIf="annotationPermissions.canForceHint"
[tooltipPosition]="tooltipPosition"
[tooltip]="'annotation-actions.force-hint.label' | translate"
[iqserHelpMode]="helpModeKey + '_force_hint'"
[type]="buttonType"
icon="red:thumb-up"
></iqser-circle-button>
@ -130,6 +132,7 @@
[tooltipPosition]="tooltipPosition"
[tooltip]="'annotation-actions.hide' | translate"
[type]="buttonType"
[iqserHelpMode]="helpModeKey + '_hide'"
icon="red:visibility-off"
></iqser-circle-button>

View File

@ -155,6 +155,36 @@
"it": "",
"fr": ""
},
"hint_recategorize": {
"en": "/en/index-en.html?contextId=hint_recategorize",
"de": "",
"it": "",
"fr": ""
},
"hint_hide": {
"en": "/en/index-en.html?contextId=hint_hide",
"de": "",
"it": "",
"fr": ""
},
"hint_force_hint": {
"en": "/en/index-en.html?contextId=hint_force_hint",
"de": "",
"it": "",
"fr": ""
},
"redaction_recategorize": {
"en": "/en/index-en.html?contextId=redaction_recategorize",
"de": "",
"it": "",
"fr": ""
},
"redaction_hide": {
"en": "/en/index-en.html?contextId=redaction_hide",
"de": "",
"it": "",
"fr": ""
},
"reset_filters": {
"en": "/en/index-en.html?contextId=reset_filters",
"de": "",