comparison app/store/Verwaltungseinheiten.js @ 420:eeeaea114249

Do not autoload the Verwaltungsgrenzen store.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 11 Oct 2013 13:05:01 +0200
parents 39297b8e5ba2
children f9bb1ecf6462 7d80feaa4a7f
comparison
equal deleted inserted replaced
419:2f4270ff8206 420:eeeaea114249
5 extend: 'Ext.data.Store', 5 extend: 'Ext.data.Store',
6 fields: ['gemId', 'bezeichnung'], 6 fields: ['gemId', 'bezeichnung'],
7 sorters: [{ 7 sorters: [{
8 property: 'bezeichnung', 8 property: 'bezeichnung',
9 }], 9 }],
10 autoLoad: true, 10 autoLoad: false,
11 proxy: { 11 proxy: {
12 type: 'ajax', 12 type: 'ajax',
13 api: { 13 api: {
14 read: 'server/rest/verwaltungseinheit' 14 read: 'server/rest/verwaltungseinheit'
15 }, 15 },

http://lada.wald.intevation.org