[Lada-commits] [PATCH] Removed extra params from messgroesse store to show all entries in messwert grid

Wald Commits scm-commit at wald.intevation.org
Fri Apr 7 09:57:30 CEST 2017


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1491551846 -7200
# Node ID 8e5326142711a8d60883c97193ec29b391f91581
# Parent  2d978fdbafccf39160d4d07307986d4d8641d4e8
Removed extra params from messgroesse store to show all entries in messwert grid.

diff -r 2d978fdbafcc -r 8e5326142711 app/view/window/MessungEdit.js
--- a/app/view/window/MessungEdit.js	Thu Apr 06 17:24:16 2017 +0200
+++ b/app/view/window/MessungEdit.js	Fri Apr 07 09:57:26 2017 +0200
@@ -67,7 +67,6 @@
         this.height = Ext.getBody().getViewSize().height - 30;
 
         var mStore = Ext.data.StoreManager.get('messgroessen');
-        mStore.proxy.extraParams = {mmtId: this.record.get('mmtId')};
         mStore.load();
 
         this.items = [{


More information about the Lada-commits mailing list