From f28377f2d6f4f908a5cdb5092c836b7aca4e5bb4 Mon Sep 17 00:00:00 2001 From: Zog Date: Thu, 26 Apr 2018 09:36:14 +0200 Subject: Refs #6621; Don't apply the filters on the return courses --- app/javascript/vehicle_journeys/actions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript') diff --git a/app/javascript/vehicle_journeys/actions/index.js b/app/javascript/vehicle_journeys/actions/index.js index c67f9f0cf..60496e0ff 100644 --- a/app/javascript/vehicle_journeys/actions/index.js +++ b/app/javascript/vehicle_journeys/actions/index.js @@ -332,7 +332,7 @@ const actions = { sep = '&' } let urlJSON = url + str - if (queryString){ + if (!returnJourneys && queryString){ urlJSON = urlJSON + sep + queryString } let hasError = false -- cgit v1.2.3