58789: Clear index cache and reload lists after adding metadata schema

This commit is contained in:
Kristof De Langhe
2019-01-22 13:35:15 +01:00
parent 8be40c31f6
commit 5fb5aad408
4 changed files with 13 additions and 1 deletions

View File

@@ -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) => {