[Lada-commits] [PATCH 11 of 13] Added Messwertestore to stores
Wald Commits
scm-commit at wald.intevation.org
Wed Jul 3 16:09:27 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# 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');
More information about the Lada-commits
mailing list