Mercurial > lada > lada-client
changeset 940:1e2895bfa410
Added Require Statement for GenProbenFromMessprogramm
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 01 Oct 2015 09:23:51 +0200 |
parents | cbc0c3fdada6 |
children | 94d8ea3b98ba |
files | app/controller/FilterResult.js |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/FilterResult.js Wed Sep 30 16:08:40 2015 +0200 +++ b/app/controller/FilterResult.js Thu Oct 01 09:23:51 2015 +0200 @@ -13,7 +13,8 @@ extend: 'Ext.app.Controller', requires: [ 'Lada.view.window.ProbeEdit', - 'Lada.view.window.Messprogramm' + 'Lada.view.window.Messprogramm', + 'Lada.view.window.GenProbenFromMessprogramm' ], /**