Mercurial > lada > lada-client
view app/store/Probenzusatzwerte.js @ 456:683b8a3010cc
Show ortsType of Ort, and not otyp of ortedetail in orte listing.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 18 Dec 2013 11:04:50 +0100 |
parents | f9bb1ecf6462 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Probenzusatzwerte */ Ext.define('Lada.store.Probenzusatzwerte', { extend: 'Ext.data.Store', sorters: [{ property: 'beschreibung' }], autoLoad: true, model: 'Lada.model.Probenzusatzwert' });