RED-8277: fix redirect when intending to open primary file attribute.
This commit is contained in:
parent
829e009d4c
commit
68bfcf6700
@ -162,6 +162,7 @@ export class FileAttributeComponent extends BaseFormComponent implements OnDestr
|
||||
}
|
||||
|
||||
editFileAttribute($event: MouseEvent) {
|
||||
$event.preventDefault();
|
||||
if (
|
||||
!this.file.isInitialProcessing &&
|
||||
this.permissionsService.canEditFileAttributes(this.file, this.dossier) &&
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit f36b1fa8e276c83fe1edaef1e453a37a41b58b79
|
||||
Subproject commit e92bd55cfc37342fec5a246d5cc5226b95fc427e
|
||||
Loading…
x
Reference in New Issue
Block a user