Mercurial > lada > lada-client
diff app/controller/grid/Ortszuordnung.js @ 1022:6d33a84979e4 stammdatengrids
More work on the Ortszuordnung grid. Saving does not work yet
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 08 Feb 2016 10:33:25 +0100 |
parents | 75ce503ab296 |
children | 2e7adc19b4fe |
line wrap: on
line diff
--- a/app/controller/grid/Ortszuordnung.js Thu Feb 04 16:31:46 2016 +0100 +++ b/app/controller/grid/Ortszuordnung.js Mon Feb 08 10:33:25 2016 +0100 @@ -43,7 +43,7 @@ var win = Ext.create('Lada.view.window.Ortszuordnung', { parentWindow: grid.up('window'), probe: grid.up('window').down('probeform').record, - record: record, + record: record.copy(), grid: grid }); win.show();