Merge branch 'RED-8277' into 'master'
RED-8277: fix redirect when intending to open primary file attribute. See merge request redactmanager/red-ui!625
This commit is contained in:
commit
f27807097d
@ -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