Mercurial > lada > lada-client
comparison app/model/Zusatzwert.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | af16a257d5f6 |
children | 7e801af49eeb |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
64 | 64 |
65 idProperty: 'id', | 65 idProperty: 'id', |
66 | 66 |
67 proxy: { | 67 proxy: { |
68 type: 'rest', | 68 type: 'rest', |
69 url: 'lada-server/zusatzwert', | 69 url: 'lada-server/rest/zusatzwert', |
70 reader: { | 70 reader: { |
71 type: 'json', | 71 type: 'json', |
72 root: 'data' | 72 root: 'data' |
73 } | 73 } |
74 } | 74 } |