diff options
| author | Marc Florisson | 2014-12-23 11:11:23 +0100 | 
|---|---|---|
| committer | Marc Florisson | 2014-12-23 11:11:23 +0100 | 
| commit | af05b9d9832ab3b74b1a810246ea7d499010d5c9 (patch) | |
| tree | 6752edf536552840c5dccc187243391fb1df84a8 /app/views/time_table_combinations | |
| parent | b9f8295a08559abf1bd2bb5f1181e7e4f3de0a69 (diff) | |
| download | chouette-core-af05b9d9832ab3b74b1a810246ea7d499010d5c9.tar.bz2 | |
isolation of calendar autocomplete. Mantis 31068
Diffstat (limited to 'app/views/time_table_combinations')
| -rw-r--r-- | app/views/time_table_combinations/_combine_form.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/time_table_combinations/_combine_form.html.erb b/app/views/time_table_combinations/_combine_form.html.erb index aad31a218..dd9cd9b92 100644 --- a/app/views/time_table_combinations/_combine_form.html.erb +++ b/app/views/time_table_combinations/_combine_form.html.erb @@ -3,7 +3,7 @@    <%= render "shared/flash_messages" %>    <%= form.inputs do %>      <%= form.input :operation, :as => :radio, :collection => Hash[TimeTableCombination.operations.map {|b| [t( b, :scope => "time_table_combinations.operations"),b]}] %> -    <%= form.input :combined_id, :label => t('.time_tables'), :as => :search_time_table, :json => referential_time_tables_path(@referential, :format => :json), :hint_text => t('search_hint'), :no_result_text => t('no_result_text'), :searching_text => t('searching_term'), :tokenLimit => 1 %> +    <%= form.input :combined_id, :label => t('.time_tables'), :as => :search_time_table, :json => referential_autocomplete_time_tables_path(@referential, :format => :json), :hint_text => t('search_hint'), :no_result_text => t('no_result_text'), :searching_text => t('searching_term'), :tokenLimit => 1 %>    <% end %>    </div>    <div class="modal-footer"> | 
