solved issues after merge

This commit is contained in:
lotte
2019-08-27 16:48:18 +02:00
parent 4d67c98f04
commit 89be29ad7f
14 changed files with 62 additions and 36 deletions

View File

@@ -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');
/**