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

http://lada.wald.intevation.org