Mercurial > lada > lada-client
comparison app/store/Probenzusatzwerte.js @ 881:bfdedee65027
Fixed the Name of the model. I wonder why this worked anyway??
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 09:39:33 +0200 |
parents | d47ee7439f44 |
children | 49efc1cc0eac |
comparison
equal
deleted
inserted
replaced
880:c63ecb95dffb | 881:bfdedee65027 |
---|---|
13 extend: 'Ext.data.Store', | 13 extend: 'Ext.data.Store', |
14 sorters: [{ | 14 sorters: [{ |
15 property: 'beschreibung' | 15 property: 'beschreibung' |
16 }], | 16 }], |
17 autoLoad: true, | 17 autoLoad: true, |
18 model: 'Lada.model.Probenzusatzwert' | 18 model: 'Lada.model.Probenzusatz' |
19 }); | 19 }); |