mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
50632: Working metadataschema registry service
This commit is contained in:
@@ -32,7 +32,7 @@ export class MetadataSchemaComponent implements OnInit {
|
||||
this.metadataSchema = this.registryService.getMetadataSchemaByName(params.schemaName);
|
||||
this.metadataSchema.subscribe((value) => {
|
||||
const schema = value.payload;
|
||||
this.metadataFields = this.registryService.getMetadataFieldsBySchema(schema);
|
||||
// this.metadataFields = this.registryService.getMetadataFieldsBySchema(schema);
|
||||
this.namespace = { namespace: value.payload.namespace };
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user