fecgov / fec-cms

The content management system (CMS) for the new Federal Election Commission website.
https://www.fec.gov
Other
98 stars 40 forks source link

Users ending up on "District None" Senate election profile page that doesn't show data #2530

Closed AmyKort closed 5 years ago

AmyKort commented 5 years ago

Users going to URL: https://www.fec.gov/data/elections/senate/IN/2018/?tab=spending-by-others end up on "District None" version of the page that doesn't show data.

For example, the URL goes to https://www.fec.gov/data/elections/senate/IN/None/2018/#independent-expenditures , which doesn't present results.

Results show at https://www.fec.gov/data/elections/senate/IN/2018/#independent-expenditures. I am not sure how the "None" gets inserted into the search. Ideas?

lbeaufort commented 5 years ago

I believe this may be a symptom of this PR: https://github.com/fecgov/fec-cms/pull/2500

lbeaufort commented 5 years ago

This is actually looking like an issue with the redirect of ?tab=spending-by-others. I will investigate.