From ab7797ea499062adbd6d5720d0ccdef47601da8c Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Wed, 19 Dec 2018 15:26:34 +0100 Subject: Improvement: Add property to VF - complex types Handling booleans inside map at parameter area Change-Id: I7cc149e20ee133b22ede74f41f1d230cdd799d90 Issue-ID: SDC-1996 Signed-off-by: Tomasz Golabek --- .../properties-table/dynamic-property/dynamic-property.component.html | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html') diff --git a/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html b/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html index ec335931c6..d4e7b02930 100644 --- a/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html +++ b/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html @@ -46,6 +46,7 @@ pattern="validationUtils.getValidationPattern(property.type)" [value]="property.isDeclared ? property.value : property.valueObj" [type]="property.isDeclared ? 'string' : property.type" + [childType]="property.schema.property.type" [name]="property.name" [path]="property.propertiesName" (elementChanged)="onElementChanged($event)" -- cgit 1.2.3-korg