comparison app/store/MessprogrammQueries.js @ 999:f73ca04d73a7 stammdatengrids

Refactored Server URL
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 Jan 2016 14:50:28 +0100
parents fb99332bb48e
children
comparison
equal deleted inserted replaced
984:b21421ba6917 999:f73ca04d73a7
13 extend: 'Ext.data.Store', 13 extend: 'Ext.data.Store',
14 model: 'Lada.model.Query', 14 model: 'Lada.model.Query',
15 autoLoad: true, 15 autoLoad: true,
16 proxy: { 16 proxy: {
17 type: 'rest', 17 type: 'rest',
18 url: 'lada-server/query/messprogramm', 18 url: 'lada-server/rest/query/messprogramm',
19 reader: { 19 reader: {
20 type: 'json', 20 type: 'json',
21 root: 'data' 21 root: 'data'
22 } 22 }
23 } 23 }

http://lada.wald.intevation.org