comparison app/store/Verwaltungseinheiten.js @ 457:e7fea42c1432

Autoload Verwaltungseinheiten. We need the store already load on orte listing.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 18 Dec 2013 11:45:53 +0100
parents c22b24926500
children debfcc7713e3
comparison
equal deleted inserted replaced
456:683b8a3010cc 457:e7fea42c1432
5 extend: 'Ext.data.Store', 5 extend: 'Ext.data.Store',
6 fields: ['gemId', 'bezeichnung', 'longitude', 'latitude'], 6 fields: ['gemId', 'bezeichnung', 'longitude', 'latitude'],
7 sorters: [{ 7 sorters: [{
8 property: 'bezeichnung' 8 property: 'bezeichnung'
9 }], 9 }],
10 autoLoad: false, 10 autoLoad: true,
11 proxy: { 11 proxy: {
12 type: 'rest', 12 type: 'rest',
13 api: { 13 api: {
14 read: 'server/rest/verwaltungseinheit' 14 read: 'server/rest/verwaltungseinheit'
15 }, 15 },

http://lada.wald.intevation.org