aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-11-22 15:38:07 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-01-12 15:17:32 +0000
commit21877e063f8ab9c5914adbc88c8210d2393671ae (patch)
tree1cfddd54a9c1be03045ac4034920da6d4f73e22a /perllib/FixMyStreet/App/Controller/Root.pm
parentd967ee5ef454c8e3b91812bc2280a3969d0d6baa (diff)
Add shortlist buttons to report lists.
This includes adding/removing reports from a user's shortlist, and manual reordering of a shortlist with up/down buttons. The backend code can cope with an item moving to any point in the list.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Root.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm
index 20a871b17..4f098dfc3 100644
--- a/perllib/FixMyStreet/App/Controller/Root.pm
+++ b/perllib/FixMyStreet/App/Controller/Root.pm
@@ -58,6 +58,7 @@ sub index : Path : Args(0) {
return;
}
+ $c->forward('/auth/get_csrf_token');
}
=head2 default