comparison app/view/window/GenProbenFromMessprogramm.js @ 1195:39d98891881c

Add missing requirement.
author Tom Gottfried <tom@intevation.de>
date Tue, 13 Sep 2016 12:49:44 +0200
parents 62f374ea7ab7
children 95d24315d68e
comparison
equal deleted inserted replaced
1194:c63acd44f8ca 1195:39d98891881c
10 * Window to generate Proben from a Messprogramm 10 * Window to generate Proben from a Messprogramm
11 */ 11 */
12 Ext.define('Lada.view.window.GenProbenFromMessprogramm', { 12 Ext.define('Lada.view.window.GenProbenFromMessprogramm', {
13 extend: 'Ext.window.Window', 13 extend: 'Ext.window.Window',
14 alias: 'widget.genpfm', 14 alias: 'widget.genpfm',
15
16 requires: [
17 'Lada.store.Proben'
18 ],
15 19
16 collapsible: true, 20 collapsible: true,
17 maximizable: true, 21 maximizable: true,
18 autoShow: true, 22 autoShow: true,
19 autoScroll: true, 23 autoScroll: true,

http://lada.wald.intevation.org