58789: Feedback 2019-01-24

This commit is contained in:
Kristof De Langhe
2019-01-24 12:45:46 +01:00
parent d2a918b8e9
commit c150b5f350
7 changed files with 56 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ export class MetadataRegistryComponent {
*/
config: PaginationComponentOptions = Object.assign(new PaginationComponentOptions(), {
id: 'registry-metadataschemas-pagination',
pageSize: 2
pageSize: 25
});
constructor(private registryService: RegistryService,
@@ -143,6 +143,7 @@ export class MetadataRegistryComponent {
this.showNotification(false, failedResponses.length);
}
this.registryService.deselectAllMetadataSchema();
this.registryService.cancelEditMetadataSchema();
this.forceUpdateSchemas();
});
}