diff app/view/widget/DynamicGrid.js @ 1111:a73726bba79c

Use custom row expander in probe list grid to display messung grid.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 17 May 2016 17:12:07 +0200
parents dbd435256f77
children 793748ded4d4 f4a9fe78404f
line wrap: on
line diff
--- a/app/view/widget/DynamicGrid.js	Tue May 17 17:10:39 2016 +0200
+++ b/app/view/widget/DynamicGrid.js	Tue May 17 17:12:07 2016 +0200
@@ -83,6 +83,9 @@
         fields.push(new Ext.data.Field({
             name: 'statusEdit'
         }));
+        fields.push(new Ext.data.Field({
+            name: 'id'
+        }));
 
         resultColumns.push({
             xtype: 'actioncolumn',

http://lada.wald.intevation.org