Mercurial > lada > lada-client
view app/store/Probenart.js @ 79:9eeddf6e40f7
Fixed fieldnaming.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 11 Jun 2013 09:57:45 +0200 |
parents | f9b6de636ad0 |
children | ab067fdb91b5 |
line wrap: on
line source
Ext.define('Lada.store.Probenart', { extend: 'Ext.data.Store', fields: ['probenartId', 'beschreibung', 'probenart', 'probenartEudfId'], autoLoad: true, proxy: { type: 'ajax', api: { read: 'server/rest/probenart' }, reader: { type: 'json' } } });