Mercurial > lada > lada-client
diff app/controller/form/Messprogramm.js @ 759:b7484c7da2d4
Unified the Messprogramm windows. Unfortunately the Roweditor of Messmethodengrid is broken in this commit. This is due to the fact that the Mmt store is noit autoloaded anymore
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 07 May 2015 10:55:44 +0200 |
parents | b8502964f5c3 |
children | afc9076db490 |
line wrap: on
line diff
--- a/app/controller/form/Messprogramm.js Wed May 06 16:24:23 2015 +0200 +++ b/app/controller/form/Messprogramm.js Thu May 07 10:55:44 2015 +0200 @@ -106,7 +106,7 @@ formPanel.setMessages(json.errors, json.warnings); if (response.action === 'create' && json.success) { button.up('window').close(); - var win = Ext.create('Lada.view.window.MessprogrammEdit', { + var win = Ext.create('Lada.view.window.Messprogramm', { record: record }); win.show();