Mercurial > lada > lada-client
comparison app/model/Messung.js @ 1051:981339d774b8
merged stammdatengrids to default.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 01 Mar 2016 14:12:39 +0100 |
parents | fa04558f35cd 2adc329d90fe |
children | 0497693d5b74 |
comparison
equal
deleted
inserted
replaced
1048:eacf25f071c0 | 1051:981339d774b8 |
---|---|
89 | 89 |
90 idProperty: 'id', | 90 idProperty: 'id', |
91 | 91 |
92 proxy: { | 92 proxy: { |
93 type: 'rest', | 93 type: 'rest', |
94 url: 'lada-server/rest/messung', | 94 url: 'lada-server/rest/messung/', |
95 reader: { | 95 reader: { |
96 type: 'json', | 96 type: 'json', |
97 root: 'data' | 97 root: 'data' |
98 } | 98 } |
99 } | 99 } |