view app/store/Status.js @ 454:edb9dee114f8

Issue67: Always commit the form und not only if there has been changes to the ortedetails.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 13 Dec 2013 12:42:30 +0100
parents cec9fe8d0000
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Status
 */
Ext.define('Lada.store.Status', {
    extend: 'Ext.data.Store',
    autoLoad: true,
    model: 'Lada.model.Status'
});

http://lada.wald.intevation.org