mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
58789: Clear index cache and reload lists after adding metadata schema
This commit is contained in:
@@ -62,6 +62,11 @@ export class MetadataRegistryComponent {
|
||||
);
|
||||
}
|
||||
|
||||
createdSchema(event) {
|
||||
this.registryService.clearMetadataSchemaRequests().subscribe((value) => console.log('cleared for substring: ' + value));
|
||||
this.updateSchemas();
|
||||
}
|
||||
|
||||
deleteSchemas() {
|
||||
this.registryService.getSelectedMetadataSchemas().subscribe(
|
||||
(schemas) => {
|
||||
|
Reference in New Issue
Block a user