DM-480 - Missing help mode link: exclude pages

This commit is contained in:
Valentin Mihai 2023-10-13 22:14:32 +03:00
parent a1b1111c0c
commit a09d176cb5
2 changed files with 5 additions and 0 deletions

View File

@ -179,6 +179,7 @@ export class FileActionsComponent implements OnChanges {
showDot: !!this.file.excludedPages?.length,
icon: 'red:exclude-pages',
show: !!this._excludedPagesService && this._permissionsService.canExcludePages(this.file, this.dossier),
helpModeKey: 'exclude_pages',
},
{
id: 'set-file-to-new-btn',

View File

@ -612,5 +612,9 @@
{
"elementKey": "upload_report",
"documentKey": "upload_report"
},
{
"elementKey": "editor_exclude_pages",
"documentKey": "editor_exclude_pages"
}
]