Mercurial > lada > lada-client
comparison app/model/Probenart.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | f73ca04d73a7 |
children |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
31 | 31 |
32 idProperty: 'id', | 32 idProperty: 'id', |
33 | 33 |
34 proxy: { | 34 proxy: { |
35 type: 'rest', | 35 type: 'rest', |
36 url: 'lada-server/probenart', | 36 url: 'lada-server/rest/probenart', |
37 reader: { | 37 reader: { |
38 type: 'json', | 38 type: 'json', |
39 root: 'data' | 39 root: 'data' |
40 } | 40 } |
41 } | 41 } |