aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-16 13:33:09 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-16 13:33:09 +0100
commit0b407b081762ffcb4ab3be666c7b12f67f9d4a4f (patch)
tree2fe19cf59a7f20e0de60920c5c45c867b1463f2d /perllib/FixMyStreet/App/Controller
parent3f2753b72d70a4b5144b3b380c821ba16b224939 (diff)
add closed state to page
Diffstat (limited to 'perllib/FixMyStreet/App/Controller')
-rw-r--r--perllib/FixMyStreet/App/Controller/Dashboard.pm2
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 ('"