Mercurial > lada > lada-client
diff app/view/widget/base/ComboBox.js @ 738:2db5d54a5685
Fixed ToDo in Umweltbereiche Store, made Umweltbereiche Typable to fix the regression, Sorted Umweltbereiche by ID
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 20 Apr 2015 12:24:54 +0200 |
parents | a8389baaf4af |
children | 2e8da590ea0c |
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js Mon Apr 20 11:15:25 2015 +0200 +++ b/app/view/widget/base/ComboBox.js Mon Apr 20 12:24:54 2015 +0200 @@ -36,8 +36,10 @@ minChars: this.minChars, multiSelect: this.multiSelect, editable: this.editable || false, + forceSelection: this.forceSelection, msgTarget: 'none', - tpl: this.tpl + tpl: this.tpl, + displayTpl: this.displayTpl }, { xtype: 'image', name: 'warnImg',