diff --git a/src/app/workspace/resource/properties/properties.component.html b/src/app/workspace/resource/properties/properties.component.html index 14574ff46a..cd1f33495b 100644 --- a/src/app/workspace/resource/properties/properties.component.html +++ b/src/app/workspace/resource/properties/properties.component.html @@ -76,7 +76,13 @@

-
diff --git a/src/app/workspace/resource/properties/properties.component.ts b/src/app/workspace/resource/properties/properties.component.ts index 135fdbf7a0..7b12d18bc9 100644 --- a/src/app/workspace/resource/properties/properties.component.ts +++ b/src/app/workspace/resource/properties/properties.component.ts @@ -82,6 +82,14 @@ export class PropertiesComponent implements OnInit, OnChanges, OnDestroy { valueOperationEventSubscriptions: Subscription[] = []; // array of ValueOperationEvent subscriptions + representationConstants = { + 'stillImage': Constants.HasStillImageFileValue, + 'movingImage': Constants.HasMovingImageFileValue, + 'audio': Constants.HasAudioFileValue, + 'document': Constants.HasDocumentFileValue, + 'text': Constants.HasTextFileValue + }; + project: ReadProject; user: ReadUser;