Mercurial > lada > lada-client
comparison app/model/Probenehmer.js @ 1021:1df6b6210b42 stammdatengrids
WIP First Version of a New Window/Panel combination to edit Ortszuordnungen and Orte
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 04 Feb 2016 16:31:46 +0100 |
parents | 15d8c64049d1 |
children | 981339d774b8 |
comparison
equal
deleted
inserted
replaced
1014:e9e974d31924 | 1021:1df6b6210b42 |
---|---|
72 proxy: { | 72 proxy: { |
73 type: 'rest', | 73 type: 'rest', |
74 url: 'lada-server/rest/probenehmer', | 74 url: 'lada-server/rest/probenehmer', |
75 reader: { | 75 reader: { |
76 type: 'json', | 76 type: 'json', |
77 totalProperty: 'totalCount', | |
77 root: 'data' | 78 root: 'data' |
78 } | 79 } |
79 } | 80 } |
80 }); | 81 }); |