diff app/controller/Sql.js @ 235:78134e20e62d

Added new model and store for Queries.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 23 Jul 2013 09:52:05 +0200
parents 5da0b56bf9bf
children 4ca858026191
line wrap: on
line diff
--- a/app/controller/Sql.js	Wed Jul 17 12:15:33 2013 +0200
+++ b/app/controller/Sql.js	Tue Jul 23 09:52:05 2013 +0200
@@ -2,7 +2,8 @@
 Ext.define('Lada.controller.Sql', {
     extend: 'Ext.app.Controller',
     stores: [
-        'Proben'    // List of found Proben
+        'Proben',    // List of found Proben
+        'Queries'
     ],
     init: function() {
         console.log('Initialising the Sql controller');

http://lada.wald.intevation.org