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

When a user changes the ownership of an existing parameter and sets the value of a contained ParameterValueSet the server returns an internal server error #145

Closed samatstariongroup closed 10 months ago

samatstariongroup commented 4 years ago

Prerequisites

Description

Steps to Reproduce

System Configuration

NA

lxatstariongroup commented 10 months ago

Solution: Throw Bad Request error instead of internal server error. Change IME so that changing Owner also makes the ParameterValueSet readonly and does not send the ParameterValueSet change to the server, the same way it is already implemented for the Parameter's State and Option dependency settings.