Mercurial > lada > lada-client
comparison app/model/Messprogramm.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | f73ca04d73a7 |
children | 3da8e8b973ad |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
130 | 130 |
131 idProperty: 'id', | 131 idProperty: 'id', |
132 | 132 |
133 proxy: { | 133 proxy: { |
134 type: 'rest', | 134 type: 'rest', |
135 url: 'lada-server/messprogramm', //not yet implemented | 135 url: 'lada-server/rest/messprogramm', |
136 reader: { | 136 reader: { |
137 type: 'json', | 137 type: 'json', |
138 root: 'data' | 138 root: 'data' |
139 } | 139 } |
140 } | 140 } |