diff options
author | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2023-01-31 09:45:22 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-02-08 15:32:22 +0000 |
commit | 442784e34ef8cae76cca559a600f360dfdeee97e (patch) | |
tree | 586b73a541ebc92fbb27f3bc287ab4c472aa5b73 /catalog-ui/src/app/view-models | |
parent | 259f3ae4ab8649549f752367c198c07b9da8aa6e (diff) |
Enable UI component to display property constraints
Issue-ID: SDC-4360
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I63510720a260b830baea3813ff0adb304fa480e4
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.html | 2 |
1 files changed, 1 insertions, 1 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 6e6c29b4fc..bfe7f49aaa 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 @@ -252,7 +252,7 @@ <label class="i-sdc-form-label">Constraints</label> <ng-container> <app-constraints [property-constraints]="editPropertyModel.property.constraints" - [is-view-only]="editPropertyModel.property.propertyView? !editPropertyModel.property.propertyView :(isViewOnly || componentMetadata.isService)" + [is-view-only]="editPropertyModel.property.propertyView? !editPropertyModel.property.propertyView : (isViewOnly || componentMetadata.isService)" [property-type]="editPropertyModel.property.type" (on-constraint-change)="onConstraintChange($event)"> </app-constraints> |