RED-3137: Pages from an approved file should not be excludable
This commit is contained in:
parent
1b4e4b5719
commit
8c3efce7ef
@ -131,7 +131,7 @@ export class PermissionsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
canExcludePages(file: File): boolean {
|
canExcludePages(file: File): boolean {
|
||||||
return this.isFileAssignee(file);
|
return this.canPerformAnnotationActions(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
canDeleteComment(comment: IComment, file: File) {
|
canDeleteComment(comment: IComment, file: File) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user