Mercurial > lada > lada-client
changeset 874:031b4431b1b8
Applied Patch which was presented in the Workshop: Umweltbereich ComboBox in shall not show the name of the umweltbereich
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 17 Jul 2015 15:05:37 +0200 |
parents | 8e3bc9d2ec40 |
children | 13c0e64e1873 |
files | app/controller/Filter.js |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/Filter.js Fri Jul 17 15:02:38 2015 +0200 +++ b/app/controller/Filter.js Fri Jul 17 15:05:37 2015 +0200 @@ -144,7 +144,9 @@ name: name, labelWidth: 135, fieldLabel: label, - multiSelect: multi + multiSelect: multi, + displayTpl: Ext.create('Ext.XTemplate', + '<tpl for=".">{id} </tpl>') }); } else if (type === 'listdbasis') {