fecgov / openFEC-web-app

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

[HOTFIX] Restrict recent AOs to only final opinions and withdrawals #2137

Closed noahmanger closed 7 years ago

noahmanger commented 7 years ago

We're currently showing all recent AOs, including pending opinions, on the AO landing page. This change correctly only shows AOs with final opinions or withdrawal requests.

image

h/t @jbucelato

codecov-io commented 7 years ago

Codecov Report

Merging #2137 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2137   +/-   ##
=======================================
  Coverage   54.48%   54.48%           
=======================================
  Files          49       49           
  Lines        3342     3342           
  Branches      391      391           
=======================================
  Hits         1821     1821           
  Misses       1505     1505           
  Partials       16       16
Impacted Files Coverage Δ
openfecwebapp/views.py 39.41% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 66b211c...55d446f. Read the comment docs.