aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/ResultSet/Problem.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-12-19 15:58:42 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-12-19 15:58:42 +0000
commitb79674b0145fc2c4cb57ed77ceec39246d02621c (patch)
tree8427323960381e28038b354657f76b633aa82cb5 /perllib/FixMyStreet/DB/ResultSet/Problem.pm
parent20fa5ef4c92dc7cab092412149fdb27b9faab145 (diff)
Allow unconfirmed as a visible state in Zurich, adjust front end list/item templates to suit.
Diffstat (limited to 'perllib/FixMyStreet/DB/ResultSet/Problem.pm')
-rw-r--r--perllib/FixMyStreet/DB/ResultSet/Problem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/ResultSet/Problem.pm b/perllib/FixMyStreet/DB/ResultSet/Problem.pm
index a0ce9e4a7..96a9e3e6d 100644
--- a/perllib/FixMyStreet/DB/ResultSet/Problem.pm
+++ b/perllib/FixMyStreet/DB/ResultSet/Problem.pm
@@ -135,7 +135,7 @@ sub around_map {
my $attr = {
order_by => { -desc => 'created' },
columns => [
- 'id', 'title', 'latitude', 'longitude', 'state', 'confirmed',
+ 'id', 'title', 'latitude', 'longitude', 'state', 'created', 'confirmed',
{ photo => 'photo is not null' },
],
};