cannot open pending document
This commit is contained in:
parent
30887a1799
commit
9dd5ac0c8e
@ -148,7 +148,7 @@ export class PermissionsService {
|
||||
if (!fileStatus) {
|
||||
fileStatus = this._appStateService.activeFile;
|
||||
}
|
||||
return !fileStatus.isError && !fileStatus.isProcessing; //&& this.isReviewerOrOwner(fileStatus);
|
||||
return !fileStatus.isError && !fileStatus.isProcessing && !fileStatus.isPending; //&& this.isReviewerOrOwner(fileStatus);
|
||||
}
|
||||
|
||||
canShowRedactionReportDownloadBtn(fileStatus?: FileStatusWrapper) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user