fecgov / openFEC-web-app

DEPRECATED See https://github.com/18F/fec-cms for fec.gov's code
Other
43 stars 31 forks source link

remove download button on candidate by state and by size #2089

Closed LindsayYoung closed 7 years ago

LindsayYoung commented 7 years ago

These were not downloadable before and I think the buttons got added when we rearranged things.

For example this shouldn't have a export link:

https://beta.fec.gov/data/candidate/P80003338/?cycle=2012&election_full=True&tab=individual-contributions

screen shot 2017-05-30 at 4 00 00 pm

This isn't a hard backend fix but it is more than we want to do in a hotfix because we need to re-write some views.

When people try to download these it looks like takes forever but really there is an error, which is another good reason to get an error message going on downloads: https://github.com/18F/openFEC-web-app/issues/2038

noahmanger commented 7 years ago

Resolved by #2096