Revision b4fcd52e
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
js/autocomplete_part.js | ||
---|---|---|
30 | 30 |
function ajax_data(term) { |
31 | 31 |
return { |
32 | 32 |
'filter.all:substr::ilike': term, |
33 |
// due to a bug in $.param functions returning arrays don't get serialized correctly, so call it manually |
|
34 | 33 |
'filter.type': $type.val().split(','), |
35 | 34 |
'filter.obsolete': 0, |
36 | 35 |
column: $column.val()===undefined ? '' : $column.val(), |
Auch abrufbar als: Unified diff
Kommentar zu jquery bug #14120 ist nicht mehr notwenidig