RED-6099 - Add HelpMode link for PDFtron features
This commit is contained in:
parent
b43ef10864
commit
4a3aa1bd50
@ -20,9 +20,6 @@ import {
|
||||
IqserPermissionsService,
|
||||
IqserTooltipPosition,
|
||||
LoadingService,
|
||||
OverlappingElements,
|
||||
ScrollableParentView,
|
||||
ScrollableParentViews,
|
||||
Toaster,
|
||||
} from '@iqser/common-ui';
|
||||
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
||||
@ -43,6 +40,7 @@ import { FileAssignService } from '../../services/file-assign.service';
|
||||
import { ViewerHeaderService } from '../../../pdf-viewer/services/viewer-header.service';
|
||||
import { ROTATION_ACTION_BUTTONS } from '../../../pdf-viewer/utils/constants';
|
||||
import { ROLES } from '@users/roles';
|
||||
import { OverlappingElements, ScrollableParentView, ScrollableParentViews } from '@iqser/common-ui';
|
||||
|
||||
@Component({
|
||||
selector: 'redaction-file-actions [file] [type] [dossier]',
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input, OnInit } from '@angular/core';
|
||||
import { PrimaryFileAttributeService } from '@services/primary-file-attribute.service';
|
||||
import { Dossier, File, FileAttributes } from '@red/domain';
|
||||
import { FileAttributes } from '@red/domain';
|
||||
import { ContextComponent, ScrollableParentView, ScrollableParentViews } from '@iqser/common-ui';
|
||||
import { FileAttributesConfigMap, FileAttributesService } from '@services/entity-services/file-attributes.service';
|
||||
import { tap } from 'rxjs/operators';
|
||||
|
||||
@ -520,5 +520,11 @@
|
||||
"de": "",
|
||||
"it": "",
|
||||
"fr": ""
|
||||
},
|
||||
"pdf_features": {
|
||||
"en": "/en/index-en.html?contextId=pdf_features",
|
||||
"de": "",
|
||||
"it": "",
|
||||
"fr": ""
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 484ff6eed59fee2a35a61069943da2af46b3f17a
|
||||
Subproject commit 76ee8afbc230fa70e62987419211a930046995b7
|
||||
Loading…
x
Reference in New Issue
Block a user