From 69291297bab7e61af8596f6cca425fadbaf1304f Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 28 Mar 2017 15:55:33 +0500 Subject: Move BaseDialog, subclasses and their controllers to dialog subfolder --- web/app/view/GroupsController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/GroupsController.js') diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js index 98568db..3e44329 100644 --- a/web/app/view/GroupsController.js +++ b/web/app/view/GroupsController.js @@ -20,14 +20,14 @@ Ext.define('Traccar.view.GroupsController', { alias: 'controller.groups', requires: [ - 'Traccar.view.GroupDialog', + 'Traccar.view.dialog.GroupDialog', 'Traccar.view.GroupGeofences', 'Traccar.view.BaseWindow', 'Traccar.model.Group' ], objectModel: 'Traccar.model.Group', - objectDialog: 'Traccar.view.GroupDialog', + objectDialog: 'Traccar.view.dialog.GroupDialog', removeTitle: Strings.groupDialog, onGeofencesClick: function () { -- cgit v1.2.3