diff app/controller/FilterResult.js @ 751:704bb359c0fe

dynamically exchange the store of the resultfiltergrid
author Dustin Demuth <dustin@intevation.de>
date Tue, 28 Apr 2015 16:03:59 +0200
parents 6e28ebbe1a73
children 6b0d0e62f7d7
line wrap: on
line diff
--- a/app/controller/FilterResult.js	Tue Apr 28 11:53:39 2015 +0200
+++ b/app/controller/FilterResult.js	Tue Apr 28 16:03:59 2015 +0200
@@ -43,6 +43,7 @@
      * The function opens a {@link Lada.view.window.ProbeEdit}
      */
     editItem: function(grid, record) {
+        console.log(record);
         var win = Ext.create('Lada.view.window.ProbeEdit', {
             record: record
         });

http://lada.wald.intevation.org