view app/store/Uwb.js @ 93:ab067fdb91b5

Set root of the data element to "data". This was needed as the Response of the server changed.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 13 Jun 2013 11:04:11 +0200
parents a35119566841
children
line wrap: on
line source
Ext.define('Lada.store.Uwb', {
    extend: 'Ext.data.Store',
    fields: ['umwId'],
    proxy: {
        type: 'ajax',
        api: {
        read: 'server/rest/uwb'
        },
        reader: {
            type: 'json',
            root: 'data'
        }
    }
});

http://lada.wald.intevation.org