[Lada-commits] [PATCH] Added Require Statement for GenProbenFromMessprogramm

Wald Commits scm-commit at wald.intevation.org
Thu Oct 1 09:23:59 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1443684231 -7200
# Node ID 1e2895bfa41051e30ab3562d7e6a31633e24d374
# Parent  cbc0c3fdada6783dccbf69e1d8ee3cc8fa9473ab
Added Require Statement for GenProbenFromMessprogramm

diff -r cbc0c3fdada6 -r 1e2895bfa410 app/controller/FilterResult.js
--- a/app/controller/FilterResult.js	Wed Sep 30 16:08:40 2015 +0200
+++ b/app/controller/FilterResult.js	Thu Oct 01 09:23:51 2015 +0200
@@ -13,7 +13,8 @@
     extend: 'Ext.app.Controller',
     requires: [
         'Lada.view.window.ProbeEdit',
-        'Lada.view.window.Messprogramm'
+        'Lada.view.window.Messprogramm',
+        'Lada.view.window.GenProbenFromMessprogramm'
     ],
 
     /**


More information about the Lada-commits mailing list