Mercurial > lada > lada-client
comparison app/view/form/Probe.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 | c2a6f7caa71b |
children | 2e8da590ea0c |
comparison
equal
deleted
inserted
replaced
737:4031b9aa8d83 | 738:2db5d54a5685 |
---|---|
197 xtype: 'umwelt', | 197 xtype: 'umwelt', |
198 name: 'umwId', | 198 name: 'umwId', |
199 fieldLabel: 'Umweltbereich', | 199 fieldLabel: 'Umweltbereich', |
200 labelWidth: 125, | 200 labelWidth: 125, |
201 allowBlank: false, | 201 allowBlank: false, |
202 editable: true, | |
202 listeners: { | 203 listeners: { |
203 dirtychange: { | 204 dirtychange: { |
204 fn: this.updateOnChange, | 205 fn: this.updateOnChange, |
205 scope: me | 206 scope: me |
206 } | 207 } |