diff app/view/status/List.js @ 201:7997272bbf4b

Added messungsid to the status list.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 08 Jul 2013 16:16:09 +0200
parents 23f74ae3bb87
children b7c419a2b476
line wrap: on
line diff
--- a/app/view/status/List.js	Mon Jul 08 16:15:24 2013 +0200
+++ b/app/view/status/List.js	Mon Jul 08 16:16:09 2013 +0200
@@ -10,6 +10,7 @@
         minHeight: 35,
         deferEmptyText: false
     },
+    parentId: null,
     probeId: null,
     initComponent: function() {
         this.dockedItems = [
@@ -21,7 +22,8 @@
                         text: 'Hinzufügen',
                         icon: 'gfx/plus.gif',
                         action: 'add',
-                        probeId: this.probeId
+                        probeId: this.probeId,
+                        parentId: this.parentId
                     },
                     {
                         text: 'Löschen',

http://lada.wald.intevation.org