RED-8277: made it possible to open dossiers and files in a new tab.
This commit is contained in:
parent
6f353ce01d
commit
b85559c686
@ -147,6 +147,7 @@ export class FileAttributeComponent extends BaseFormComponent implements OnDestr
|
||||
|
||||
handleClick($event: MouseEvent) {
|
||||
$event.stopPropagation();
|
||||
$event.preventDefault();
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
@ -154,6 +155,7 @@ export class FileAttributeComponent extends BaseFormComponent implements OnDestr
|
||||
}
|
||||
|
||||
handleFieldClick($event: MouseEvent) {
|
||||
$event.preventDefault();
|
||||
if (!this.fileNameColumn) {
|
||||
this.editFileAttribute($event);
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit ba85260cc4a3e780a37b3f41be26b83d045a1dcb
|
||||
Subproject commit f36b1fa8e276c83fe1edaef1e453a37a41b58b79
|
||||
Loading…
x
Reference in New Issue
Block a user