RED-5918 - Help mode links overlay the filter menu in file editor
This commit is contained in:
parent
d6d3dabc21
commit
0fdec9a4c1
@ -17,7 +17,7 @@
|
|||||||
(click)="multiSelectService.activate()"
|
(click)="multiSelectService.activate()"
|
||||||
*ngIf="(multiSelectService.enabled$ | async) && (multiSelectInactive$ | async)"
|
*ngIf="(multiSelectService.enabled$ | async) && (multiSelectInactive$ | async)"
|
||||||
[iqserHelpMode]="'workload_in_editor'"
|
[iqserHelpMode]="'workload_in_editor'"
|
||||||
[overlappingElements]="['USER_MENU']"
|
[overlappingElements]="['USER_MENU', 'DOCUMENT_INFO']"
|
||||||
class="all-caps-label primary pointer"
|
class="all-caps-label primary pointer"
|
||||||
translate="file-preview.tabs.annotations.select"
|
translate="file-preview.tabs.annotations.select"
|
||||||
></div>
|
></div>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
icon="red:needs-work"
|
icon="red:needs-work"
|
||||||
></iqser-empty-state>
|
></iqser-empty-state>
|
||||||
|
|
||||||
<redaction-document-info *ngIf="documentInfoService.shown$ | async"></redaction-document-info>
|
<redaction-document-info *ngIf="documentInfoService.shown$ | async" id="document-info"></redaction-document-info>
|
||||||
|
|
||||||
<redaction-file-workload
|
<redaction-file-workload
|
||||||
*ngIf="!file.excluded"
|
*ngIf="!file.excluded"
|
||||||
@ -21,7 +21,7 @@
|
|||||||
[annotations]="[annotation]"
|
[annotations]="[annotation]"
|
||||||
[canPerformAnnotationActions]="pdfProxyService.canPerformAnnotationActions$ | async"
|
[canPerformAnnotationActions]="pdfProxyService.canPerformAnnotationActions$ | async"
|
||||||
[iqserHelpMode]="getActionsHelpModeKey(annotation)"
|
[iqserHelpMode]="getActionsHelpModeKey(annotation)"
|
||||||
[overlappingElements]="['USER_MENU', 'WORKLOAD_FILTER']"
|
[overlappingElements]="['USER_MENU', 'WORKLOAD_FILTER', 'DOCUMENT_INFO']"
|
||||||
[scrollableParentView]="scrollableParentView"
|
[scrollableParentView]="scrollableParentView"
|
||||||
></redaction-annotation-actions>
|
></redaction-annotation-actions>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit b60331ca0816d481adc29048874db97aa49ae8ce
|
Subproject commit 7f2d33f17b073ae8268cd9bc6c9621ce35bd3298
|
||||||
Loading…
x
Reference in New Issue
Block a user