diff options
| author | Zog | 2018-01-31 15:10:40 +0100 |
|---|---|---|
| committer | Zog | 2018-01-31 15:10:40 +0100 |
| commit | 90f54f0acfe65ff276a229239809ce0e9fddf0b0 (patch) | |
| tree | 14f213ef05f8a9ccc97155e1e060947f370dc157 /app/javascript | |
| parent | e91ce59d625734a0936a434b9e45fb2c48f0a5f8 (diff) | |
| download | chouette-core-90f54f0acfe65ff276a229239809ce0e9fddf0b0.tar.bz2 | |
Fix specs
Diffstat (limited to 'app/javascript')
| -rw-r--r-- | app/javascript/vehicle_journeys/actions/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/vehicle_journeys/actions/index.js b/app/javascript/vehicle_journeys/actions/index.js index 4a4ec371d..8970c6025 100644 --- a/app/javascript/vehicle_journeys/actions/index.js +++ b/app/javascript/vehicle_journeys/actions/index.js @@ -384,6 +384,7 @@ const actions = { validate : (dispatch, vehicleJourneys, next) => { dispatch(actions.didValidateVehicleJourneys(vehicleJourneys)) actions.submitVehicleJourneys(dispatch, vehicleJourneys, next) + return true }, didValidateVehicleJourneys : (vehicleJourneys) => ({ |
