From 825411a75557943e988d3601690cdf75c2bf0588 Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Thu, 6 Jul 2023 13:17:48 +0100 Subject: UI support for metadata when editing properties of VFCs Issue-ID: SDC-4561 Signed-off-by: JvD_Ericsson Change-Id: I642fa4ce09fe669e5722dbbf18dd23daa23761d3 --- catalog-ui/src/app/models/properties.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/src/app/models') diff --git a/catalog-ui/src/app/models/properties.ts b/catalog-ui/src/app/models/properties.ts index cff1324c30..83cc062367 100644 --- a/catalog-ui/src/app/models/properties.ts +++ b/catalog-ui/src/app/models/properties.ts @@ -136,6 +136,7 @@ export class PropertyModel extends PropertyBEModel implements IPropertyModel { "defaultValue": this.defaultValue != "" && this.defaultValue != "[]" && this.defaultValue != "{}" ? this.defaultValue : null, "description": this.description, "constraints": this.constraints, + "metadata": this.metadata, "propertyConstraints": this.propertyConstraints, "isPassword": this.password || false, "schema": this.schema, -- cgit 1.2.3-korg