DM-480 - Missing help mode link: exclude pages
This commit is contained in:
parent
a1b1111c0c
commit
a09d176cb5
@ -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',
|
||||
|
||||
@ -612,5 +612,9 @@
|
||||
{
|
||||
"elementKey": "upload_report",
|
||||
"documentKey": "upload_report"
|
||||
},
|
||||
{
|
||||
"elementKey": "editor_exclude_pages",
|
||||
"documentKey": "editor_exclude_pages"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user