Mercurial > lada > lada-client
comparison app/store/Verwaltungseinheiten.js @ 431:2375e7247523
Merged with @
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 08 Nov 2013 12:47:19 +0100 |
parents | 7d80feaa4a7f f9bb1ecf6462 |
children | c22b24926500 |
comparison
equal
deleted
inserted
replaced
430:4206cb30138c | 431:2375e7247523 |
---|---|
3 */ | 3 */ |
4 Ext.define('Lada.store.Verwaltungseinheiten', { | 4 Ext.define('Lada.store.Verwaltungseinheiten', { |
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: false, | 10 autoLoad: false, |
11 proxy: { | 11 proxy: { |
12 type: 'rest', | 12 type: 'rest', |
13 api: { | 13 api: { |