comparison app/controller/grid/Messung.js @ 690:e88381fb3bdb

Use treeModiefied timestamp to determine if working with 'old' objects.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 25 Mar 2015 16:46:48 +0100
parents 71e8b84d7829
children 2d454bfef426
comparison
equal deleted inserted replaced
689:c07419f07a0c 690:e88381fb3bdb
29 } 29 }
30 }); 30 });
31 }, 31 },
32 32
33 editItem: function(grid, record) { 33 editItem: function(grid, record) {
34 var probe = grid.up('window').record;
34 var win = Ext.create('Lada.view.window.MessungEdit', { 35 var win = Ext.create('Lada.view.window.MessungEdit', {
36 parentWindow: grid.up('window'),
37 probe: probe,
35 record: record, 38 record: record,
36 grid: grid 39 grid: grid
37 }); 40 });
38 win.show(); 41 win.show();
39 win.initData(); 42 win.initData();

http://lada.wald.intevation.org