diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-19 15:58:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-19 15:58:42 +0000 |
commit | b79674b0145fc2c4cb57ed77ceec39246d02621c (patch) | |
tree | 8427323960381e28038b354657f76b633aa82cb5 /perllib/FixMyStreet/DB/ResultSet/Problem.pm | |
parent | 20fa5ef4c92dc7cab092412149fdb27b9faab145 (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.pm | 2 |
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' }, ], }; |