aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/packs
diff options
context:
space:
mode:
authorZog2018-01-11 15:42:37 +0100
committerZog2018-01-11 15:42:37 +0100
commited0faeaaa7bddc135c7b55f6d12fd09a739afacc (patch)
tree488e5536757df1d7ac4bcf14436290c0c1d22244 /app/javascript/packs
parentcb0564d4d7d35c8a43e166b68d8c7dc94341fc9d (diff)
downloadchouette-core-ed0faeaaa7bddc135c7b55f6d12fd09a739afacc.tar.bz2
Refs #5551 @0.5h; Implement the custom fields in the creation modal
And Refactor the component in the process
Diffstat (limited to 'app/javascript/packs')
-rw-r--r--app/javascript/packs/vehicle_journeys/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/packs/vehicle_journeys/index.js b/app/javascript/packs/vehicle_journeys/index.js
index ab28371fe..aa5738d59 100644
--- a/app/javascript/packs/vehicle_journeys/index.js
+++ b/app/javascript/packs/vehicle_journeys/index.js
@@ -71,7 +71,8 @@ var initialState = {
modalProps: {},
confirmModal: {}
},
- missions: window.all_missions
+ missions: window.all_missions,
+ custom_fields: window.custom_fields
}
if (window.jpOrigin){