view app/store/ProbenList.js @ 405:85238577adc9

Show warnings when saving a new Probe.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 12 Sep 2013 12:31:27 +0200
parents 832e3c8f9191
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Proben
 */
Ext.define('Lada.store.ProbenList', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.ProbeList'
});

http://lada.wald.intevation.org