UI support for default custom function names with get_input structure 98/134498/5
authorJvD_Ericsson <jeff.van.dam@est.tech>
Thu, 4 May 2023 12:27:26 +0000 (13:27 +0100)
committerMichael Morris <michael.morris@est.tech>
Thu, 18 May 2023 10:41:07 +0000 (10:41 +0000)
commitbc7dd3ad94acace55a2910abc22cc5cb64e0862d
tree43948e332fa27ea7cecc70ba19388bb63e1069d0
parent38eaf2ddd678a837e2bfed25d5b4b45d72fce338
UI support for default custom function names with get_input structure

Issue-ID: SDC-4493
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Iba3eda9bb5d57aabbe86045b6150564e17a0ff3e
13 files changed:
catalog-be/src/main/java/org/openecomp/sdc/be/components/csar/ToscaFunctionYamlParsingHandler.java
catalog-be/src/test/java/org/openecomp/sdc/be/components/csar/ToscaFunctionYamlParsingHandlerTest.java
catalog-ui/src/app/ng2/components/logic/properties-table/properties-table.component.html
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.html
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.ts
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.html
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-get-function/tosca-get-function.component.html
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-get-function/tosca-get-function.component.ts
common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/ToscaCustomFunction.java
common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/ToscaFunctionJsonDeserializer.java
common-be/src/test/java/org/openecomp/sdc/be/datatypes/elements/ToscaFunctionJsonDeserializerTest.java
common-be/src/test/resources/toscaFunctionJsonDeserializer/customFunctionGetInputType.json [new file with mode: 0644]