comparison app/controller/FilterResult.js @ 1227:848b50a4a4eb

Add missing requirements.
author Tom Gottfried <tom@intevation.de>
date Thu, 27 Oct 2016 19:52:29 +0200
parents cbe5a19449a4
children
comparison
equal deleted inserted replaced
1226:531db469779f 1227:848b50a4a4eb
10 * Controller for filter result grid. 10 * Controller for filter result grid.
11 */ 11 */
12 Ext.define('Lada.controller.FilterResult', { 12 Ext.define('Lada.controller.FilterResult', {
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.ProbeCreate', 17 'Lada.view.window.ProbeCreate',
17 'Lada.view.window.Messprogramm', 18 'Lada.view.window.Messprogramm',
18 'Lada.view.window.GenProbenFromMessprogramm' 19 'Lada.view.window.GenProbenFromMessprogramm'
19 ], 20 ],

http://lada.wald.intevation.org