diff options
| author | Michel Etienne | 2013-06-11 16:25:14 +0200 |
|---|---|---|
| committer | Michel Etienne | 2013-06-11 16:25:14 +0200 |
| commit | 4be0fac4db55170d5729a00139b873871a032c53 (patch) | |
| tree | 19d2f70d9b880289929f73484bc459eae59bfc5b | |
| parent | c1cd34f5e750cb3c9250eb22d9ee673e656562e9 (diff) | |
| download | chouette-core-4be0fac4db55170d5729a00139b873871a032c53.tar.bz2 | |
Mantis 0019129 : update group of line : reduce line selection on 1 character
| -rw-r--r-- | app/views/group_of_lines/_form.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/group_of_lines/_form.erb b/app/views/group_of_lines/_form.erb index 0dcdc9379..087d90a9f 100644 --- a/app/views/group_of_lines/_form.erb +++ b/app/views/group_of_lines/_form.erb @@ -20,7 +20,7 @@ $( "#group_of_line_line_tokens" ).tokenInput('<%= name_filter_referential_lines_path(@referential, :format => :json) %>', { crossDomain: false, prePopulate: $('#line_tokens').data('pre'), - minChars: 3, + minChars: 1, preventDuplicates: true, }); }); |
