mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
58789: Empty page error fix and navigate to last page on delete
This commit is contained in:
@@ -175,7 +175,6 @@ export class MetadataSchemaComponent implements OnInit {
|
||||
this.showNotification(false, failedResponses.length);
|
||||
}
|
||||
this.registryService.deselectAllMetadataField();
|
||||
this.router.navigate([], { queryParams: { page: 1 }, queryParamsHandling: 'merge'});
|
||||
this.forceUpdateFields();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user