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

Download data functionality broken on Data Management page #246

Open
deastman opened this issue Jul 11, 2022 · 0 comments
Open

Download data functionality broken on Data Management page #246

deastman opened this issue Jul 11, 2022 · 0 comments
Labels
Type: Bug Nature of issue deals with unexpected, incorrect, etc. behaviors

Comments

@deastman
Copy link
Contributor

Describe the bug
Clicking the Download Data button on the Data Management page returns a 405.

To Reproduce
Steps to reproduce the behavior:

  1. Go to http://0.0.0.0:8000/va_data_management/
  2. Click on Download Data button
  3. See 405

Expected behavior
Data should download to csv without error.

Screenshots (nice to have)
Screen Shot 2022-07-11 at 3 21 07 PM

Desktop (please complete the following information):

  • OS: Mac
  • Browser: Chrome

Additional context
This functionality was broken by the Export update. Specifically, the Export page uses a POST action, while the Download Data form uses a GET. We don't have tests for the Download Data functionality on the Data Management page, so it was not apparent that this functionality was broken.

@deastman deastman added Priority: High Type: Bug Nature of issue deals with unexpected, incorrect, etc. behaviors labels Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Nature of issue deals with unexpected, incorrect, etc. behaviors
Projects
None yet
Development

No branches or pull requests

2 participants