comparison app/store/MessprogrammQueries.js @ 1007:23bfcbdb4527

merged.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 20 Jan 2016 17:33:33 +0100
parents f73ca04d73a7
children
comparison
equal deleted inserted replaced
1002:54179b6043b6 1007:23bfcbdb4527
10 * Store for Queries 10 * Store for Queries
11 */ 11 */
12 Ext.define('Lada.store.MessprogrammQueries', { 12 Ext.define('Lada.store.MessprogrammQueries', {
13 extend: 'Ext.data.Store', 13 extend: 'Ext.data.Store',
14 model: 'Lada.model.Query', 14 model: 'Lada.model.Query',
15 autolad: 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