diff options
| author | Zog | 2018-04-26 09:36:14 +0200 |
|---|---|---|
| committer | cedricnjanga | 2018-04-26 06:40:35 -0700 |
| commit | f28377f2d6f4f908a5cdb5092c836b7aca4e5bb4 (patch) | |
| tree | f3ee8fb5e63ee768e1b6e8f7757a6dad5102539f | |
| parent | c10aff0d4efcacc16093af7596992b3142d7df88 (diff) | |
| download | chouette-core-f28377f2d6f4f908a5cdb5092c836b7aca4e5bb4.tar.bz2 | |
Refs #6621; Don't apply the filters on the return courses
| -rw-r--r-- | app/javascript/vehicle_journeys/actions/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
