aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models
diff options
context:
space:
mode:
authorimamSidero <imam.hussain@est.tech>2023-05-25 17:23:11 +0100
committerMichael Morris <michael.morris@est.tech>2023-05-30 08:46:20 +0000
commit63f4c5920a6a3d07a79b0a546b72b5aebc189a68 (patch)
tree55034f0764b1d0709dd8b01c3ba06377bace000e /catalog-ui/src/app/view-models
parent32d8a1dba11780a622b337e77830f9095f0767ee (diff)
Bug fix on tosca function impact changes
Providing the required inputs and dependency changes for tosca functionality Issue-ID: SDC-4510 Signed-off-by: Imam hussain <imam.hussain@est.tech> Change-Id: Idf5af079c50bf2b9a09f572af30ca9fc294a831e
Diffstat (limited to 'catalog-ui/src/app/view-models')
-rw-r--r--catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html b/catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html
index d0c3cc6f95..682c7a9b7c 100644
--- a/catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html
+++ b/catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html
@@ -166,11 +166,14 @@
<div data-ng-if="isTypeDataType">
<fields-structure value-obj-ref="myValue"
type-name="editPropertyModel.property.type"
+ parent-property="editPropertyModel.property"
+ component-instance-map="componentInstanceMap"
parent-form-obj="forms.editForm"
fields-prefix-name="currentPropertyIndex"
read-only="editPropertyModel.property.readonly && !isPropertyValueOwner"
default-value="{{getDefaultValue()}}"
types="dataTypes"
+ is-service="!componentMetadata.isVfc"
expand-by-default="true"></fields-structure>
</div>