comparison app/controller/Filter.js @ 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 1449d58d6f58
children f1e964b3aad6
comparison
equal deleted inserted replaced
873:8e3bc9d2ec40 874:031b4431b1b8
142 else if (type === 'listumw') { 142 else if (type === 'listumw') {
143 field = Ext.create('Lada.view.widget.Umwelt', { 143 field = Ext.create('Lada.view.widget.Umwelt', {
144 name: name, 144 name: name,
145 labelWidth: 135, 145 labelWidth: 135,
146 fieldLabel: label, 146 fieldLabel: label,
147 multiSelect: multi 147 multiSelect: multi,
148 displayTpl: Ext.create('Ext.XTemplate',
149 '<tpl for=".">{id} </tpl>')
148 }); 150 });
149 } 151 }
150 else if (type === 'listdbasis') { 152 else if (type === 'listdbasis') {
151 field = Ext.create('Lada.view.widget.Datenbasis', { 153 field = Ext.create('Lada.view.widget.Datenbasis', {
152 name: name, 154 name: name,

http://lada.wald.intevation.org