Skip to content

Commit cb5d4be

Browse files
Francesco MautoAndrea Barbasso
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-2939 (pull request DSpace#4791)
[DSC-2939] edit: do not reload the current page when closing the item export modal Approved-by: Andrea Barbasso
2 parents 6f8b9b5 + 6cf861c commit cb5d4be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/search/item-export/item-export/item-export.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ export class ItemExportComponent implements OnInit, OnDestroy {
332332
}
333333

334334
ngOnDestroy(): void {
335-
this.router.navigateByUrl(this.currentUrl);
336335
this.selectableListService.removeSelection(this.listId);
337336
}
338337
}

0 commit comments

Comments
 (0)