Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
1226:531db469779f | 1227:848b50a4a4eb |
---|---|
10 * Controller for the ProbeList result grid. | 10 * Controller for the ProbeList result grid. |
11 */ | 11 */ |
12 Ext.define('Lada.controller.grid.ProbeList', { | 12 Ext.define('Lada.controller.grid.ProbeList', { |
13 extend: 'Ext.app.Controller', | 13 extend: 'Ext.app.Controller', |
14 requires: [ | 14 requires: [ |
15 'Lada.view.window.FileUpload', | |
15 'Lada.view.window.ProbeEdit', | 16 'Lada.view.window.ProbeEdit', |
16 'Lada.view.window.GenProbenFromMessprogramm' | 17 'Lada.view.window.GenProbenFromMessprogramm' |
17 ], | 18 ], |
18 | 19 |
19 /** | 20 /** |