[Lada-commits] [PATCH 2 of 3] Added dependency to colum layout

Wald Commits scm-commit at wald.intevation.org
Tue Jan 21 15:08:59 CET 2014


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1390313288 -3600
# Node ID a07cf685606ce897848afcfdcb09a67f81dbd7da
# Parent  32ccce3b62a9b53ed1d9ba6ef4a9db4b9bdca891
Added dependency to colum layout.

diff -r 32ccce3b62a9 -r a07cf685606c app/view/search/List.js
--- a/app/view/search/List.js	Tue Jan 21 15:07:16 2014 +0100
+++ b/app/view/search/List.js	Tue Jan 21 15:08:08 2014 +0100
@@ -13,6 +13,7 @@
     extend: 'Ext.form.FieldSet',
     title: 'SQL-Auswahl',
     alias: 'widget.queryselector',
+    require: ['Ext.layout.container.Column'],
     initComponent: function() {
         this.layout = 'column',
         this.items = [
diff -r 32ccce3b62a9 -r a07cf685606c app/view/zusatzwerte/CreateForm.js
--- a/app/view/zusatzwerte/CreateForm.js	Tue Jan 21 15:07:16 2014 +0100
+++ b/app/view/zusatzwerte/CreateForm.js	Tue Jan 21 15:08:08 2014 +0100
@@ -12,7 +12,8 @@
 Ext.define('Lada.view.zusatzwerte.CreateForm', {
     extend: 'Lada.view.widgets.LadaForm',
     requires : [
-        'Lada.view.widgets.Probenzusatzwert'
+        'Lada.view.widgets.Probenzusatzwert',
+        'Ext.layout.container.Column'
     ],
     model: 'Lada.model.Zusatzwert',
     initComponent: function() {


More information about the Lada-commits mailing list