Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename DeploymentViewSet 'archived' filter_field #141

Open
machristie opened this issue Mar 30, 2018 · 0 comments
Open

Rename DeploymentViewSet 'archived' filter_field #141

machristie opened this issue Mar 30, 2018 · 0 comments

Comments

@machristie
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant