diff app/store/Mst.js @ 93:ab067fdb91b5

Set root of the data element to "data". This was needed as the Response of the server changed.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 13 Jun 2013 11:04:11 +0200
parents 3f801444b8d5
children
line wrap: on
line diff
--- a/app/store/Mst.js	Tue Jun 11 15:07:35 2013 +0200
+++ b/app/store/Mst.js	Thu Jun 13 11:04:11 2013 +0200
@@ -7,7 +7,8 @@
         read: 'server/rest/mst'
         },
         reader: {
-            type: 'json'
+            type: 'json',
+            root: 'data'
         }
     }
 });

http://lada.wald.intevation.org