diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-16 13:33:09 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-16 13:33:09 +0100 |
commit | 0b407b081762ffcb4ab3be666c7b12f67f9d4a4f (patch) | |
tree | 2fe19cf59a7f20e0de60920c5c45c867b1463f2d /perllib/FixMyStreet/App/Controller/Dashboard.pm | |
parent | 3f2753b72d70a4b5144b3b380c821ba16b224939 (diff) |
add closed state to page
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Dashboard.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Dashboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Dashboard.pm b/perllib/FixMyStreet/App/Controller/Dashboard.pm index c9f8d5338..0fd6cbb98 100644 --- a/perllib/FixMyStreet/App/Controller/Dashboard.pm +++ b/perllib/FixMyStreet/App/Controller/Dashboard.pm @@ -185,7 +185,7 @@ sub updates_search : Private { for my $vars ( [ 'time_to_fix', 'fixed - council' ], - [ 'time_to_mark', 'in progress', 'planned', 'investigating' ], + [ 'time_to_mark', 'in progress', 'planned', 'investigating', 'closed' ], ) { my $col = shift @$vars; my $substmt = "select min(id) from comment where me.problem_id=comment.problem_id and problem_state in ('" |