Mercurial > lada > lada-client
comparison app/model/StatusStufe.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 |
---|---|
21 | 21 |
22 idProperty: 'id', | 22 idProperty: 'id', |
23 | 23 |
24 proxy: { | 24 proxy: { |
25 type: 'rest', | 25 type: 'rest', |
26 url: 'lada-server/statusstufe', | 26 url: 'lada-server/rest/statusstufe', |
27 reader: { | 27 reader: { |
28 type: 'json', | 28 type: 'json', |
29 root: 'data' | 29 root: 'data' |
30 } | 30 } |
31 } | 31 } |