aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Dashboard.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Dashboard.pm')
-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 7894e8ccb..ffd8d76c1 100644
--- a/perllib/FixMyStreet/App/Controller/Dashboard.pm
+++ b/perllib/FixMyStreet/App/Controller/Dashboard.pm
@@ -278,7 +278,7 @@ sub export_as_csv : Private {
my $csv = $c->stash->{csv} = {
problems => $c->stash->{problems_rs}->search_rs({}, {
prefetch => 'comments',
- order_by => 'me.confirmed'
+ order_by => ['me.confirmed', 'me.id'],
}),
headers => [
'Report ID',