Mercurial > lada > lada-client
comparison app/model/Ort.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | f73ca04d73a7 |
children | 9651def05ae6 |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
58 | 58 |
59 idProperty: 'id', | 59 idProperty: 'id', |
60 | 60 |
61 proxy: { | 61 proxy: { |
62 type: 'rest', | 62 type: 'rest', |
63 url: 'lada-server/ort', | 63 url: 'lada-server/rest/ort', |
64 reader: { | 64 reader: { |
65 type: 'json', | 65 type: 'json', |
66 root: 'data' | 66 root: 'data' |
67 } | 67 } |
68 } | 68 } |