Mercurial > lada > lada-client
diff app/controller/Messungen.js @ 168:79a9c1a83305
Added Messwertestore to stores.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 03 Jul 2013 16:06:33 +0200 |
parents | 15318541e568 |
children | cfa0cc437781 |
line wrap: on
line diff
--- a/app/controller/Messungen.js Wed Jul 03 16:06:08 2013 +0200 +++ b/app/controller/Messungen.js Wed Jul 03 16:06:33 2013 +0200 @@ -2,7 +2,9 @@ extend: 'Ext.app.Controller', stores: [ 'Messungen', - 'MKommentare' + 'Messwerte', + 'MKommentare', + 'Status' ], init: function() { console.log('Initialising the Messungen controller');