Mercurial > lada > lada-client
comparison app/store/Status.js @ 945:023e622f9551
Added the ability to work with "StatusWerten" which are delivered by the lada-server.
To enable the uses of StatusWerte, the controller for the status grid, needed to be extended.
In addition, the form and grid views of Messung and Status were updated.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 27 Oct 2015 16:46:58 +0100 |
parents | 54545b3ae294 |
children |
comparison
equal
deleted
inserted
replaced
944:1f1467713c3f | 945:023e622f9551 |
---|---|
9 /** | 9 /** |
10 * Store for Status | 10 * Store for Status |
11 */ | 11 */ |
12 Ext.define('Lada.store.Status', { | 12 Ext.define('Lada.store.Status', { |
13 extend: 'Ext.data.Store', | 13 extend: 'Ext.data.Store', |
14 model: 'Lada.model.Status' | 14 model: 'Lada.model.Status', |
15 storeId: 'Status' | |
15 }); | 16 }); |