You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to workaround a problem in coreapi where it doesn't handle very well when a form parameter and a query parameter have the same name. In this case it treats the DeploymentViewSet 'archived' form parameter as though it were a query parameter, which leads to a 404 and the deployment's archived value (nor any value) can be updated.
This is to workaround a problem in coreapi where it doesn't handle very well when a form parameter and a query parameter have the same name. In this case it treats the DeploymentViewSet 'archived' form parameter as though it were a query parameter, which leads to a 404 and the deployment's archived value (nor any value) can be updated.
See CloudVE/cloudlaunch-cli#4 (comment) for more information.
cloudlaunch-ui will need to be updated likewise.
The text was updated successfully, but these errors were encountered: