Mercurial > lada > lada-client
diff app/controller/grid/ProbeList.js @ 1227:848b50a4a4eb
Add missing requirements.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 27 Oct 2016 19:52:29 +0200 |
parents | f43635937581 |
children | d391f055022e |
line wrap: on
line diff
--- a/app/controller/grid/ProbeList.js Thu Oct 27 19:51:58 2016 +0200 +++ b/app/controller/grid/ProbeList.js Thu Oct 27 19:52:29 2016 +0200 @@ -12,6 +12,7 @@ Ext.define('Lada.controller.grid.ProbeList', { extend: 'Ext.app.Controller', requires: [ + 'Lada.view.window.FileUpload', 'Lada.view.window.ProbeEdit', 'Lada.view.window.GenProbenFromMessprogramm' ],