Open-EO / openeo-vue-components

Common Vue components for openEO.
Apache License 2.0
7 stars 1 forks source link

Deleting parameter with connected edges doesn't work. #67

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

Deleting a parameter with connected edges doesn't work and leads to an error such as:

Parameter is still used in '#3', parameter 'process'. Only unused parameters can be deleted.

Example: https://github.com/Open-EO/openeo-processes/issues/271#issuecomment-911728442

Edit: The actual issue here was that I could not delete although there was no edge anymore.

Returning an error if there are edges could be fine...

m-mohr commented 3 years ago

Potential fix committed, still need to do some more testing.