STARIONGROUP / COMET-WebServices-Community-Edition

The Concurrent Design Platform Web Services that are compliant with ECSS-E-TM-10-25 Annex A and Annex C
https://www.stariongroup.eu
Other
11 stars 5 forks source link

Update of ValueArray with string.empty should not be allowed #332

Closed antoineatstariongroup closed 8 months ago

antoineatstariongroup commented 9 months ago

Prerequisites

Description

It is allowed to update a ValueArray with string.empty. It will produce errors inside the model since the ValueArray required to have at least one value, which should not be null or empty.

Steps to Reproduce

antoineatstariongroup commented 8 months ago

@samatrhea I think that one can be closed since it this handle in the DTOValidation (https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/pull/337)

samatstariongroup commented 8 months ago

agreed