Allow property to take its value from defined input list 27/120227/2
authorKrupaNagabhushan <krupa.nagabhushan@est.tech>
Tue, 12 Jan 2021 13:41:59 +0000 (13:41 +0000)
committerChristophe Closset <christophe.closset@intl.att.com>
Fri, 9 Apr 2021 06:46:27 +0000 (06:46 +0000)
commit6d65fde29c1859a7099d91ed0e8911bcb1823a38
treea570de61d7bc39ccfdc2590d4813c97c2d58c18a
parent74f9a13c4211c5d75bbcff1ceb794bd060c6a49f
Allow property to take its value from defined input list

Issue-ID: SDC-3547
Change-Id: Ic438e8f8943d0f1c656e386611b88b25f879e83b
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Signed-off-by: andre.schmid <andre.schmid@est.tech>
24 files changed:
catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ComponentInstanceBusinessLogic.java
catalog-be/src/test/java/org/openecomp/sdc/be/components/impl/ComponentInstanceBusinessLogicTest.java
catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java
catalog-ui/src/app/models/properties-inputs/property-be-model.ts
catalog-ui/src/app/models/properties-inputs/property-input-detail.ts
catalog-ui/src/app/models/tosca-get-function-type.enum.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/app.module.ts
catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html
catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.ts
catalog-ui/src/app/ng2/pages/properties-assignment/input-list/input-list.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/input-list/input-list.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/input-list/input-list.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/input-list/input-list.module.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.module.ts
catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html
catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts
catalog-ui/src/app/ng2/pages/properties-assignment/services/properties.utils.ts
catalog-ui/src/app/ng2/services/component-services/topology-template.service.ts
catalog-ui/src/app/ng2/services/properties.service.ts
catalog-ui/src/assets/languages/en_US.json
common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/GetInputValueDataDefinition.java
common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/PropertyDataDefinition.java
common-be/src/main/java/org/openecomp/sdc/be/datatypes/tosca/ToscaGetFunctionType.java [new file with mode: 0644]