comparison app/view/window/MessungEdit.js @ 1429:8e5326142711

Removed extra params from messgroesse store to show all entries in messwert grid.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 07 Apr 2017 09:57:26 +0200
parents 3ecf993c250a
children
comparison
equal deleted inserted replaced
1428:2d978fdbafcc 1429:8e5326142711
65 65
66 this.width = 700; 66 this.width = 700;
67 this.height = Ext.getBody().getViewSize().height - 30; 67 this.height = Ext.getBody().getViewSize().height - 30;
68 68
69 var mStore = Ext.data.StoreManager.get('messgroessen'); 69 var mStore = Ext.data.StoreManager.get('messgroessen');
70 mStore.proxy.extraParams = {mmtId: this.record.get('mmtId')};
71 mStore.load(); 70 mStore.load();
72 71
73 this.items = [{ 72 this.items = [{
74 border: 0, 73 border: 0,
75 autoScroll: true, 74 autoScroll: true,

http://lada.wald.intevation.org