diff app/view/window/FileUpload.js @ 1227:848b50a4a4eb

Add missing requirements.
author Tom Gottfried <tom@intevation.de>
date Thu, 27 Oct 2016 19:52:29 +0200
parents 4e62bc6e7250
children 3b4dcc83a21b
line wrap: on
line diff
--- a/app/view/window/FileUpload.js	Thu Oct 27 19:51:58 2016 +0200
+++ b/app/view/window/FileUpload.js	Thu Oct 27 19:52:29 2016 +0200
@@ -11,7 +11,12 @@
  */
 Ext.define('Lada.view.window.FileUpload', {
     extend: 'Ext.window.Window',
-    requires: ['Lada.view.window.ImportResponse'],
+    requires: [
+        'Ext.ux.upload.BrowseButton',
+        'Ext.ux.upload.Item',
+        'Ext.ux.upload.uploader.ExtJsUploader',
+        'Lada.view.window.ImportResponse'
+    ],
 
     layout: 'hbox',
 

http://lada.wald.intevation.org