Skip to content

Commit ec0e512

Browse files
Francesco MautoAndrea Barbasso
authored andcommitted
Merged in task/dspace-cris-2025_02_x/DSC-2939 (pull request DSpace#4790)
[DSC-2939] edit: do not reload the current page when closing the item export modal Approved-by: Andrea Barbasso
2 parents 6082a11 + 8410d36 commit ec0e512

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
@@ -325,7 +325,6 @@ export class ItemExportComponent implements OnInit, OnDestroy {
325325
}
326326

327327
ngOnDestroy(): void {
328-
this.router.navigateByUrl(this.currentUrl);
329328
this.selectableListService.removeSelection(this.listId);
330329
}
331330
}

0 commit comments

Comments
 (0)