diff app/view/grid/Messungen.js @ 566:8ebe4cfca4b8

Added a MessungenGridController. "Delete" causes a Code-500 Server Error.
author Dustin Demuth <dustin@intevation.de>
date Tue, 10 Mar 2015 11:54:02 +0100
parents 83c0f476d825
children 5af82dc8612d
line wrap: on
line diff
--- a/app/view/grid/Messungen.js	Mon Mar 09 17:12:27 2015 +0100
+++ b/app/view/grid/Messungen.js	Tue Mar 10 11:54:02 2015 +0100
@@ -45,7 +45,7 @@
                 text: 'Hinzufügen',
                 icon: 'resources/img/list-add.png',
                 action: 'add',
-                probeId: this.recordId
+                probeId: this.probeId
             }, {
                 text: 'Löschen',
                 icon: 'resources/img/list-remove.png',
@@ -60,15 +60,6 @@
                 allowBlank: false
             }
         }, {
-        /*
-            header: 'Probe-ID',
-            dataIndex: 'probeId',
-            flex: 1,
-            editor: {
-                allowBlank: false
-            }
-        }, {
-        */
             header: 'Nebenproben-Nr.',
             dataIndex: 'nebenprobenNr',
             flex: 1,
@@ -94,37 +85,7 @@
                 //minText: 'Das Datum der Messung darf nicht vor dem 01.01.2001 liegen.',
                 maxValue: Ext.Date.format(new Date(), 'd.m.Y')
             }
-        }
-        /*
-         , {
-            header: 'Messdauer',
-            dataIndex: 'messdauer',
-            width: 50,
-            editor: {
-                allowBlank: false
-            }
         }, {
-            header: 'Geplant',
-            dataIndex: 'geplant',
-            width: 10,
-            editor: {
-                xtype: 'checkboxfield',
-                allowBlank: false
-            }
-        }, {
-            header: 'Letzte Änderung',
-            dataIndex: 'letzteAenderung',
-            width: 50,
-            editor: {
-                xtype: 'datefield',
-                allowBlank: false,
-                format: 'd.m.Y',
-                //minValue: '01.01.2001', //todo: gibt es das?
-                //minText: 'Das Datum der letzten Änderung darf nicht vor dem 01.01.2001 liegen.',
-                maxValue: Ext.Date.format(new Date(), 'd.m.Y')
-            }
-        }*/
-        , {
             header: 'Status',
             flex: 1,
             dataIndex: 'id',
@@ -213,34 +174,5 @@
                 probeId: this.recordId
             }
         });
-
-/*
-        this.statusStore.load({
-            params: {
-                messungId: this.recordId
-            }
-        });
-        this.messwerteStore.load({
-            params: {
-                messungId: this.recordId
-            }
-        });
-        this.mKommentareStore.load({
-            params: {
-                messungsId: this.recordId
-            }
-        });
-*/
-
-    },
-    listeners: {
-        selectionchange: function(model, selected, eOpts) {
-            /*
-            * Enable the 'details' button only when an item is selected
-            */
-            if (selected.length > 0) {
-                this.down('button[action=open]').enable();
-            }
-        }
     }
 });

http://lada.wald.intevation.org