Mercurial > lada > lada-client
diff app/view/grid/ProbeList.js @ 1189:ec2b10d81343
Add missing requirements.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 07 Sep 2016 15:36:29 +0200 |
parents | f56f3970d755 |
children | d391f055022e |
line wrap: on
line diff
--- a/app/view/grid/ProbeList.js Wed Sep 07 12:57:19 2016 +0200 +++ b/app/view/grid/ProbeList.js Wed Sep 07 15:36:29 2016 +0200 @@ -13,7 +13,10 @@ extend: 'Lada.view.widget.DynamicGrid', alias: 'widget.probelistgrid', - requires: 'Lada.view.window.DeleteProbe', + requires: [ + 'Lada.view.window.DeleteProbe', + 'Lada.view.window.ProbeCreate' + ], initComponent: function() { var i18n = Lada.getApplication().bundle;