diff app/view/proben/Edit.js @ 490:446e99cfd425

Updated views and controllers using the new model and stores.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 21:28:31 +0100
parents d00cc841a876
children 850ccfe5f3c4
line wrap: on
line diff
--- a/app/view/proben/Edit.js	Fri Oct 31 21:11:25 2014 +0100
+++ b/app/view/proben/Edit.js	Fri Oct 31 21:28:31 2014 +0100
@@ -11,6 +11,7 @@
  */
 Ext.define('Lada.view.proben.Edit', {
     extend: 'Ext.window.Window',
+    require: ['Lada.view.proben.EditForm'],
     alias: 'widget.probenedit',
 
     title: 'Maske für §3-Proben',
@@ -21,6 +22,7 @@
     modal: true,
 
     initComponent: function() {
+        console.log('open edit...');
         this.buttons = [
             {
                 text: 'Speichern',

http://lada.wald.intevation.org