[Lada-commits] [PATCH] Add missing requirements
Wald Commits
scm-commit at wald.intevation.org
Wed Sep 7 15:36:32 CEST 2016
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1473255389 -7200
# Node ID ec2b10d8134349e873900f92c7cb6f86f6f0a483
# Parent 5489ae5ef9e04b281e85ddd41a1cebd23ce1d903
Add missing requirements.
diff -r 5489ae5ef9e0 -r ec2b10d81343 app/view/form/Probe.js
--- a/app/view/form/Probe.js Wed Sep 07 12:57:19 2016 +0200
+++ b/app/view/form/Probe.js Wed Sep 07 15:36:29 2016 +0200
@@ -28,6 +28,7 @@
'Lada.view.widget.base.Datetime',
'Lada.view.widget.base.FieldSet',
'Lada.view.widget.base.DateField',
+ 'Lada.view.window.MessungCreate',
'Lada.model.Probe'
],
diff -r 5489ae5ef9e0 -r ec2b10d81343 app/view/grid/ProbeList.js
--- a/app/view/grid/ProbeList.js Wed Sep 07 12:57:19 2016 +0200
+++ b/app/view/grid/ProbeList.js Wed Sep 07 15:36:29 2016 +0200
@@ -13,7 +13,10 @@
extend: 'Lada.view.widget.DynamicGrid',
alias: 'widget.probelistgrid',
- requires: 'Lada.view.window.DeleteProbe',
+ requires: [
+ 'Lada.view.window.DeleteProbe',
+ 'Lada.view.window.ProbeCreate'
+ ],
initComponent: function() {
var i18n = Lada.getApplication().bundle;
More information about the Lada-commits
mailing list