diff app/controller/Sql.js @ 139:df6e36dd57ee

Changed params probe -> probeId, mst -> mstId, uwb -> umwId
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 27 Jun 2013 16:21:21 +0200
parents 19eab475bbe5
children 5da0b56bf9bf
line wrap: on
line diff
--- a/app/controller/Sql.js	Wed Jun 26 14:30:40 2013 +0200
+++ b/app/controller/Sql.js	Thu Jun 27 16:21:21 2013 +0200
@@ -51,10 +51,10 @@
             var mst = Ext.getCmp('mst').getValue();
             var uwb = Ext.getCmp('uwb').getValue();
             if (mst !== null) {
-                searchParams['mst'] = mst;
+                searchParams['mstId'] = mst;
             }
             if (uwb !== null) {
-                searchParams['uwb'] = uwb;
+                searchParams['umwId'] = uwb;
             }
         } else {
             // Get date object an convert it into a timestamp (ms since epoch)

http://lada.wald.intevation.org