summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2023-01-25 16:29:38 +0000
committerMichael Morris <michael.morris@est.tech>2023-01-26 18:36:57 +0000
commit1bbecd7edbdd907a53812d303d378236d23d071e (patch)
tree2f8e6e9557ec8403c3b6900206b826d00d6e0895 /catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html
parentdce3a3476f0d08dc9ffc1b012f11da6aa02a6858 (diff)
Fix datatype in model not found
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4348 Change-Id: I648ffd91d719982e55d5ddc786a471f641ece088
Diffstat (limited to 'catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html')
-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 6a9013cce6..dc26d1f6a3 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
@@ -169,6 +169,7 @@
fields-prefix-name="currentPropertyIndex"
read-only="editPropertyModel.property.readonly && !isPropertyValueOwner"
default-value="{{getDefaultValue()}}"
+ types="dataTypes"
expand-by-default="true"></fields-structure>
</div>
@@ -183,6 +184,7 @@
read-only="(editPropertyModel.property.readonly && !isPropertyValueOwner) || isVnfConfiguration"
default-value="{{getDefaultValue()}}"
max-length="maxLength"
+ types="dataTypes"
constraints="editPropertyModel.property.constraints && editPropertyModel.property.constraints[0].validValues">
</type-map>
</div>
@@ -197,6 +199,7 @@
read-only="editPropertyModel.property.readonly && !isPropertyValueOwner"
default-value="{{getDefaultValue()}}"
max-length="maxLength"
+ types="dataTypes"
constraints="editPropertyModel.property.constraints && editPropertyModel.property.constraints[0].validValues"></type-list>
</div>