aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-04 21:15:20 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-05 08:00:43 +0100
commite21550604e139f2caa58f0a12bc8cabc2094ec39 (patch)
tree08b6063e9131bc0dbc3ab1efb7bce528c115b540 /web
parente8230e1df6fbb3d5db77dc16d5783742f17df3e8 (diff)
Set up action scheduled field when report loaded.
This meant if a report was loaded via JavaScript, the action scheduled buttons were not being shown at the appropriate point.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index 9368d8cc9..27f612d54 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -1042,6 +1042,7 @@ fixmystreet.display = {
$('body').addClass('with-actions');
fixmystreet.run(fixmystreet.set_up.report_page_inspect);
fixmystreet.run(fixmystreet.set_up.manage_duplicates);
+ fixmystreet.run(fixmystreet.set_up.action_scheduled_raise_defect);
} else {
$sideReport.appendTo('#map_sidebar');
}