[Lada-commits] [PATCH] Added reference to probe window when opening messung create window
Wald Commits
scm-commit at wald.intevation.org
Wed Sep 7 15:52:36 CEST 2016
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1472651767 -7200
# Node ID d7bcd31ceaa67279713c8148c2d82f2b923e1c95
# Parent ec2b10d8134349e873900f92c7cb6f86f6f0a483
Added reference to probe window when opening messung create window.
(grafted from af65544e47e259b355212d8d1f3598a2de60320d)
diff -r ec2b10d81343 -r d7bcd31ceaa6 app/controller/grid/Messung.js
--- a/app/controller/grid/Messung.js Wed Sep 07 15:36:29 2016 +0200
+++ b/app/controller/grid/Messung.js Wed Aug 31 15:56:07 2016 +0200
@@ -111,7 +111,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();
More information about the Lada-commits
mailing list