Mercurial > lada > lada-client
comparison app/model/Messprogramm.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | f4eb53ba63fc |
children | 3da8e8b973ad |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
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 } |