From 80fc64fb46255c40729fa78e730a19cc9e5203cd Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 31 Aug 2016 10:16:29 +0500 Subject: Added other missed imports --- web/app/view/GroupsController.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/app/view/GroupsController.js') diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js index 7413f64a8..f1d6e53f3 100644 --- a/web/app/view/GroupsController.js +++ b/web/app/view/GroupsController.js @@ -20,7 +20,9 @@ Ext.define('Traccar.view.GroupsController', { requires: [ 'Traccar.view.GroupDialog', - 'Traccar.view.GroupGeofences' + 'Traccar.view.GroupGeofences', + 'Traccar.view.BaseWindow', + 'Traccar.model.Group' ], onAddClick: function () { -- cgit v1.2.3