Allow set values in properties of type timestamp 28/129728/4
authorfranciscovila <javier.paradela.vila@est.tech>
Thu, 30 Jun 2022 15:06:54 +0000 (16:06 +0100)
committerMichael Morris <michael.morris@est.tech>
Mon, 18 Jul 2022 12:05:51 +0000 (12:05 +0000)
commit4e4ec8e9c21acf7f9210aaebf8f13a60542737fc
tree15723af4fb7d6ca044be596ce1100ad19767bc3f
parentee8876059c520d97bf068734b25a02365d7fe1ea
Allow set values in properties of type timestamp

Issue-ID: SDC-4080
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: I4c03e660e64118a388beb1d0db3527f9a1427c3f
catalog-model/src/main/java/org/openecomp/sdc/be/model/tosca/ToscaType.java
catalog-model/src/main/java/org/openecomp/sdc/be/model/tosca/validators/TimestampValidator.java [new file with mode: 0644]
catalog-model/src/test/java/org/openecomp/sdc/be/model/tosca/ToscaTypeTest.java
catalog-model/src/test/java/org/openecomp/sdc/be/model/tosca/validators/TimestampValidatorTest.java [new file with mode: 0644]
catalog-ui/src/app/models/properties-inputs/property-fe-model.ts
catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.ts
catalog-ui/src/app/ng2/components/ui/dynamic-element/dynamic-element.component.ts
catalog-ui/src/app/utils/constants.ts