Mercurial > lada > lada-client
view app/store/Status.js @ 361:8a3991b5c200
Only hide save buttons if there are no fields which should be ignore while
setting the field to readonly.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 15 Aug 2013 14:05:08 +0200 |
parents | 39297b8e5ba2 |
children | cec9fe8d0000 |
line wrap: on
line source
/** * Store for Status */ Ext.define('Lada.store.Status', { extend: 'Ext.data.Store', model: 'Lada.model.Status' });