Mercurial > lada > lada-client
comparison app/store/Datenbasis.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 | a1be7ccd4d0c |
children |
comparison
equal
deleted
inserted
replaced
92:4b9ea5fd9d2b | 93:ab067fdb91b5 |
---|---|
5 type: 'ajax', | 5 type: 'ajax', |
6 api: { | 6 api: { |
7 read: 'server/rest/datenbasis' | 7 read: 'server/rest/datenbasis' |
8 }, | 8 }, |
9 reader: { | 9 reader: { |
10 type: 'json' | 10 type: 'json', |
11 root: 'data' | |
11 } | 12 } |
12 } | 13 } |
13 }); | 14 }); |
14 | 15 |