mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 16:03:02 +00:00
solved issues after merge
This commit is contained in:
@@ -6,7 +6,7 @@ import { ResourceType } from '../shared/resource-type';
|
||||
/**
|
||||
* Class the represents a metadata field
|
||||
*/
|
||||
export class MetadataField implements ListableObject {
|
||||
export class MetadataField extends ListableObject {
|
||||
static type = new ResourceType('metadatafield');
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user