view app/store/Ortedetails.js @ 452:b5b129742abf

Removed maxlength of 5
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 12 Dec 2013 10:45:29 +0100
parents f9bb1ecf6462
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Ortedetails
 */
Ext.define('Lada.store.Ortedetails', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.Ortdetail',
    sorters: [{
        property: 'bezeichnung'
    }],
    autoLoad: true
});

http://lada.wald.intevation.org