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