Constraints in data type view 93/133093/7
authorfranciscovila <javier.paradela.vila@est.tech>
Tue, 31 Jan 2023 14:24:02 +0000 (14:24 +0000)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Wed, 8 Feb 2023 22:19:53 +0000 (22:19 +0000)
commitc6cb16f234b8ae9de4aede3ca09a57e6ca177abe
treef14c9a73bb1f78a928b6a9d6ffe9cee289be947e
parent442784e34ef8cae76cca559a600f360dfdeee97e
Constraints in data type view

Develop all necessary changes in the UI to allow managing data type constraints

Issue-ID: SDC-4331
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: I337438ba088e4f2f4978a1aff2408eda8157b892
12 files changed:
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/DataTypeServlet.java
catalog-model/src/main/java/org/openecomp/sdc/be/model/dto/PropertyDefinitionDto.java
catalog-model/src/main/java/org/openecomp/sdc/be/model/mapper/PropertyDefinitionDtoMapper.java
catalog-model/src/main/java/org/openecomp/sdc/be/model/operations/impl/DataTypeOperation.java
catalog-ui/src/app/ng2/pages/properties-assignment/constraints/constraints.component.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.html
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.spec.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/type-workspace-properties.component.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.module.ts
catalog-ui/src/app/ng2/services/data-type.service.ts
catalog-ui/src/app/utils/service-data-type-reader.ts