Mercurial > lada > lada-client
comparison app/store/StatusStufe.js @ 965:a2c2039bb5d9
Disabled StatusGrid Edit when StatusEdit ist false, Load StatuswerteStore differently, removed a bunch of trailing commas
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 12 Nov 2015 14:25:07 +0100 |
parents | 6a6f2c6fe8ee |
children |
comparison
equal
deleted
inserted
replaced
964:5b86baa038bc | 965:a2c2039bb5d9 |
---|---|
10 * Store for Status-Werte | 10 * Store for Status-Werte |
11 */ | 11 */ |
12 Ext.define('Lada.store.StatusStufe', { | 12 Ext.define('Lada.store.StatusStufe', { |
13 extend: 'Ext.data.Store', | 13 extend: 'Ext.data.Store', |
14 model: 'Lada.model.StatusStufe', | 14 model: 'Lada.model.StatusStufe', |
15 autoLoad: true, | 15 autoLoad: false |
16 }); | 16 }); |
17 | 17 |