Mercurial > lada > lada-client
comparison app/store/Probenzusatzwerte.js @ 368:cec9fe8d0000
Set autoload to true
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 16 Aug 2013 11:13:17 +0200 |
parents | 39297b8e5ba2 |
children | f9bb1ecf6462 |
comparison
equal
deleted
inserted
replaced
367:cdef828f8049 | 368:cec9fe8d0000 |
---|---|
4 Ext.define('Lada.store.Probenzusatzwerte', { | 4 Ext.define('Lada.store.Probenzusatzwerte', { |
5 extend: 'Ext.data.Store', | 5 extend: 'Ext.data.Store', |
6 sorters: [{ | 6 sorters: [{ |
7 property: 'beschreibung', | 7 property: 'beschreibung', |
8 }], | 8 }], |
9 autoLoad: true, | |
9 model: 'Lada.model.Probenzusatzwert' | 10 model: 'Lada.model.Probenzusatzwert' |
10 }); | 11 }); |