Mercurial > lada > lada-client
changeset 168:79a9c1a83305
Added Messwertestore to stores.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 03 Jul 2013 16:06:33 +0200 |
parents | 3d3ad1f031bf |
children | 52d105d4e93f |
files | app/controller/Messungen.js |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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');