From 03951604640490c9923a23782f485562b00ac592 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 16 Nov 2017 13:45:13 +0000 Subject: Treat dashboard end date as that given, inclusive. If someone selects 15-16th November, they want reports from both those dates, not just the 15th. --- t/app/controller/dashboard.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller/dashboard.t') diff --git a/t/app/controller/dashboard.t b/t/app/controller/dashboard.t index 3a22d4280..c1706cc81 100644 --- a/t/app/controller/dashboard.t +++ b/t/app/controller/dashboard.t @@ -621,7 +621,7 @@ FixMyStreet::override_config { 'Status', 'Latitude', 'Longitude', - 'Nearest Postcode', + 'Query', 'Ward', 'Easting', 'Northing', -- cgit v1.2.3