Closed m-mohr closed 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...
Potential fix committed, still need to do some more testing.
Deleting a parameter with connected edges doesn't work and leads to an error such as:
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...