view app/store/Queries.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 f9bb1ecf6462
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Queries
 */
Ext.define('Lada.store.Queries', {
    extend: 'Ext.data.Store',
    autoLoad: true,
    model: 'Lada.model.Query'
});

http://lada.wald.intevation.org