RED-8277: made it possible to open dossiers and files in a new tab.

This commit is contained in:
Nicoleta Panaghiu 2024-10-16 15:27:33 +03:00
parent 6f353ce01d
commit b85559c686
2 changed files with 3 additions and 1 deletions

View File

@ -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