fecgov / openFEC-web-app

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

[Release Bug] Incumbent listed repeatedly in previous election cycles #2277

Closed patphongs closed 7 years ago

patphongs commented 7 years ago

In the election profile page view, noticed that the incumbent is listed multiple times when you select previous election cycles. This looks to be across the board and is a data related issue as seen in this API call https://api-stage.open.fec.gov/v1/elections/?api_key=oXyFx4md0kTkxxq9JNfIRlrOPorXc60dqOVEs4GE&cycle=2012&office=house&state=VA&stateFull=Virginia&district=11&per_page=0&sort_hide_null=true. See below for example:

multiple-incumbent-bug

PaulClark2 commented 7 years ago

Fixed in the 8/24 release

patphongs commented 7 years ago

Resolved by this PR https://github.com/18F/openFEC/pull/2622