X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4af0680de7454195d92003613a03dc3eca4d94d2..1f3dda5fde9b278b113fc21005adc2af8c8ed7f4:/js/kivi.Part.js diff --git a/js/kivi.Part.js b/js/kivi.Part.js index 8daaf8c33..b83fb044d 100644 --- a/js/kivi.Part.js +++ b/js/kivi.Part.js @@ -349,7 +349,7 @@ namespace('kivi.Part', function(ns) { data['filter.obsolete'] = 0; if (this.o.classification_id) - data['filter.classification_id'] = this.o.classification_id.split(','); + data['filter.classification_id:any'] = this.o.classification_id.replaceAll(',', ' '); if (this.o.unit) data['filter.unit'] = this.o.unit.split(',');