diff options
| author | jpl | 2017-04-25 17:07:33 +0200 |
|---|---|---|
| committer | jpl | 2017-04-25 17:07:33 +0200 |
| commit | 018d02be893bdace70940f69275bbd7f2d95d71d (patch) | |
| tree | 99229c3ffa100b8d063425ffbf72099939de6522 /app/assets/javascripts | |
| parent | ecd3f5c644919e6f823747a608c8c2a4483bf1ea (diff) | |
| download | chouette-core-018d02be893bdace70940f69275bbd7f2d95d71d.tar.bz2 | |
Refs #3183 #3185: starting init for create/duplicate, adding actionType to state
Diffstat (limited to 'app/assets/javascripts')
| -rw-r--r-- | app/assets/javascripts/es6_browserified/time_tables/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/es6_browserified/time_tables/index.js b/app/assets/javascripts/es6_browserified/time_tables/index.js index 132b1dd95..174cede5c 100644 --- a/app/assets/javascripts/es6_browserified/time_tables/index.js +++ b/app/assets/javascripts/es6_browserified/time_tables/index.js @@ -13,6 +13,7 @@ var promise = require('redux-promise') var initialState = { status: { + actionType: window.actionType, policy: window.perms, fetchSuccess: true, isFetching: false |
