Mercurial > lada > lada-client
comparison app/model/Deskriptor.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 |
---|---|
24 | 24 |
25 idProperty: 'id', | 25 idProperty: 'id', |
26 | 26 |
27 proxy: { | 27 proxy: { |
28 type: 'rest', | 28 type: 'rest', |
29 url: 'lada-server/deskriptor', | 29 url: 'lada-server/rest/deskriptor', |
30 reader: { | 30 reader: { |
31 type: 'json', | 31 type: 'json', |
32 root: 'data', | 32 root: 'data', |
33 totalProperty: 'totalCount' | 33 totalProperty: 'totalCount' |
34 } | 34 } |