[Lada-commits] [PATCH 2 of 6] Applied Patch which was presented in the Workshop: Umweltbereich ComboBox in shall not show the name of the umweltbereich
Wald Commits
scm-commit at wald.intevation.org
Fri Jul 17 15:54:55 CEST 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1437138337 -7200
# Node ID 031b4431b1b8d9f9a5f52bd08a0916a9c32822cb
# Parent 8e3bc9d2ec4095fe021db6f9d03e276c37d9375c
Applied Patch which was presented in the Workshop: Umweltbereich ComboBox in shall not show the name of the umweltbereich
diff -r 8e3bc9d2ec40 -r 031b4431b1b8 app/controller/Filter.js
--- 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') {
More information about the Lada-commits
mailing list