# HG changeset patch # User Torsten Irländer # Date 1372860393 -7200 # Node ID 79a9c1a8330514c526163a135f4dedb03680b29d # Parent 3d3ad1f031bf71c56863cd9d3d010b47c7ab8c39 Added Messwertestore to stores. diff -r 3d3ad1f031bf -r 79a9c1a83305 app/controller/Messungen.js --- 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');