diff options
| author | Zog | 2017-12-26 11:23:53 +0100 |
|---|---|---|
| committer | Zog | 2017-12-26 11:23:53 +0100 |
| commit | d3445d085b607544dc6355956cd228835258d612 (patch) | |
| tree | 62588979f26e42e1cbbffab91690256281008b1c /app/javascript | |
| parent | 9fe0ca13d7caba486561f52557c1fa3d2f9f0a52 (diff) | |
| download | chouette-core-d3445d085b607544dc6355956cd228835258d612.tar.bz2 | |
Refs #5382 @1h; Enable all area types for Stopareas in Routes
Given that the organisation has the matching feature.
Diffstat (limited to 'app/javascript')
| -rw-r--r-- | app/javascript/routes/components/BSelect2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/routes/components/BSelect2.js b/app/javascript/routes/components/BSelect2.js index 340d9df95..29983dd58 100644 --- a/app/javascript/routes/components/BSelect2.js +++ b/app/javascript/routes/components/BSelect2.js @@ -96,7 +96,7 @@ class BSelect2 extends Component{ data: function(params) { return { q: params.term, - target_type: 'zdep' + scope: 'route_editor' }; }, processResults: function(data, params) { |
