changeset 1182:af65544e47e2 schema-update

Added reference to probe window when opening messung create window.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 31 Aug 2016 15:56:07 +0200
parents 52bf58630e58
children 287ce20bb1cb
files app/controller/grid/Messung.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/controller/grid/Messung.js	Wed Aug 31 15:54:12 2016 +0200
+++ b/app/controller/grid/Messung.js	Wed Aug 31 15:56:07 2016 +0200
@@ -110,7 +110,8 @@
         var probe = button.up('window').record;
         var win = Ext.create('Lada.view.window.MessungCreate', {
             record: probe,
-            grid: button.up('messunggrid')
+            grid: button.up('messunggrid'),
+            parentWindow: button.up('window')
         });
         win.show();
         win.initData();

http://lada.wald.intevation.org