comparison app/view/form/Messung.js @ 1187:793748ded4d4 schema-update

Removed some logging.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 31 Aug 2016 16:24:53 +0200
parents 90ae675a1224
children
comparison
equal deleted inserted replaced
1186:a1c480be0b79 1187:793748ded4d4
235 var textfield = this.down('[name=status]'); 235 var textfield = this.down('[name=status]');
236 236
237 if (!swStore) { 237 if (!swStore) {
238 //Set the textfield asynchronously 238 //Set the textfield asynchronously
239 swStore = Ext.create('Lada.store.StatusWerte'); 239 swStore = Ext.create('Lada.store.StatusWerte');
240 console.log('loading sw store messungform');
241 swStore.load({ 240 swStore.load({
242 scope: this, 241 scope: this,
243 callback: function(records, operation, success) { 242 callback: function(records, operation, success) {
244 if (success) { 243 if (success) {
245 var item = swStore.getById(value); 244 var item = swStore.getById(value);

http://lada.wald.intevation.org