Mercurial > lada > lada-client
comparison app/store/Verwaltungseinheiten.js @ 415:65688621c727
Do not autoload the large Verwaltungseinheiten store.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 09 Oct 2013 10:12:49 +0200 |
parents | 39297b8e5ba2 |
children | f9bb1ecf6462 7d80feaa4a7f |
comparison
equal
deleted
inserted
replaced
414:5c037d30aaab | 415:65688621c727 |
---|---|
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 }, |