projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be50d3
)
Kommentar zu jquery bug #14120 ist nicht mehr notwenidig
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:02:42 +0000
(11:02 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 11 Jul 2013 09:08:15 +0000
(11:08 +0200)
js/autocomplete_part.js
patch
|
blob
|
history
diff --git
a/js/autocomplete_part.js
b/js/autocomplete_part.js
index
8e95d8d
..
901da5e
100644
(file)
--- a/
js/autocomplete_part.js
+++ b/
js/autocomplete_part.js
@@
-30,7
+30,6
@@
namespace('kivi', function(k){
function ajax_data(term) {
return {
'filter.all:substr::ilike': term,
- // due to a bug in $.param functions returning arrays don't get serialized correctly, so call it manually
'filter.type': $type.val().split(','),
'filter.obsolete': 0,
column: $column.val()===undefined ? '' : $column.val(),