RED-3619: Back to new permissions
This commit is contained in:
parent
51c1574554
commit
287abdeb20
@ -283,7 +283,7 @@ export class PermissionsService {
|
||||
}
|
||||
|
||||
private _canSetToNew(file: File, dossier: Dossier): boolean {
|
||||
return dossier.isActive && file.isUnderReview;
|
||||
return dossier.isActive && file.isUnderReview && this.isDossierMember(dossier);
|
||||
}
|
||||
|
||||
private _canSetUnderReview(file: File, dossier: Dossier): boolean {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user