annotate app/store/Orte.js @ 258:62e92e470a1e

Fixed Issue44: Show locked or unlocked icon in the first column of the probenlist depending on the readonly flag.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 25 Jul 2013 11:01:52 +0200
parents 21c069e2ecdb
children 39297b8e5ba2
rev   line source
94
21c069e2ecdb Added Orte to the Proben edit window
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
1 Ext.define('Lada.store.Orte', {
21c069e2ecdb Added Orte to the Proben edit window
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
2 extend: 'Ext.data.Store',
21c069e2ecdb Added Orte to the Proben edit window
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
3 model: 'Lada.model.Ort'
21c069e2ecdb Added Orte to the Proben edit window
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff changeset
4 });

http://lada.wald.intevation.org