RED-4654: Removed 'under review' button/permission for the files with NEW status.
This commit is contained in:
parent
2a0633eb36
commit
2f5b803013
@ -305,7 +305,7 @@ export class PermissionsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
return (file.isUnderApproval && this.isAssigneeOrApprover(file, dossier)) || (file.isNew && this.isDossierMember(dossier));
|
||||
return file.isUnderApproval && this.isAssigneeOrApprover(file, dossier);
|
||||
}
|
||||
|
||||
/** UNDER_APPROVAL => APPROVED */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user