Mercurial > lada > lada-client
comparison app/model/MessprogrammList.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | 704bb359c0fe |
children |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
19 | 19 |
20 idProperty: 'id', | 20 idProperty: 'id', |
21 | 21 |
22 proxy: { | 22 proxy: { |
23 type: 'rest', | 23 type: 'rest', |
24 url: 'lada-server/messprogramm', | 24 url: 'lada-server/rest/messprogramm', |
25 reader: { | 25 reader: { |
26 type: 'json', | 26 type: 'json', |
27 root: 'data', | 27 root: 'data', |
28 totalProperty: 'totalCount' | 28 totalProperty: 'totalCount' |
29 } | 29 } |