diff app/model/Query.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 78e73be45aaa
children fb99332bb48e
line wrap: on
line diff
--- a/app/model/Query.js	Tue Apr 28 11:53:39 2015 +0200
+++ b/app/model/Query.js	Tue Apr 28 16:03:59 2015 +0200
@@ -24,14 +24,5 @@
         name: 'results'
     }, {
         name: 'filters'
-    }],
-
-    proxy: {
-        type: 'rest',
-        url: 'lada-server/query/probe',
-        reader: {
-            type: 'json',
-            root: 'data'
-        }
-    }
-});
+    }]
+ });

http://lada.wald.intevation.org