diff options
author | Dave Arter <davea@mysociety.org> | 2015-02-18 11:29:14 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-07-22 19:14:36 +0100 |
commit | 460e173ac3fd3181ac7f0f90d96cf3ca2f494bed (patch) | |
tree | ba6aad50b8f874786c318225b8a2590689e6545d | |
parent | 3bd46c927bd54f40dc16068cc9c4c98da2ad29e7 (diff) |
[Oxfordshire] Order 'all reports' page by confirmation date
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 64e8b66ab..79be7b86f 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -89,4 +89,8 @@ sub problem_response_days { return undef; } +sub reports_ordering { + return { -desc => 'confirmed' }; +} + 1; |