[Lada-commits] [PATCH] Add missing requirement

Wald Commits scm-commit at wald.intevation.org
Tue Sep 13 12:50:11 CEST 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1473763784 -7200
# Node ID 39d98891881c420189ad551c4ed52f698c6909a9
# Parent  c63acd44f8cabc5fd7910572fd0af2519d9da9cb
Add missing requirement.

diff -r c63acd44f8ca -r 39d98891881c app/view/window/GenProbenFromMessprogramm.js
--- a/app/view/window/GenProbenFromMessprogramm.js	Thu Sep 08 11:48:18 2016 +0200
+++ b/app/view/window/GenProbenFromMessprogramm.js	Tue Sep 13 12:49:44 2016 +0200
@@ -13,6 +13,10 @@
     extend: 'Ext.window.Window',
     alias: 'widget.genpfm',
 
+    requires: [
+        'Lada.store.Proben'
+    ],
+
     collapsible: true,
     maximizable: true,
     autoShow: true,


More information about the Lada-commits mailing list