diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-28 15:55:33 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-28 16:08:48 +0500 |
commit | 69291297bab7e61af8596f6cca425fadbaf1304f (patch) | |
tree | 08db3c7567934c2f958413e3f077e4c1f15d31df /web/app/view/GeofencesController.js | |
parent | 94973f80f543f82630351a7e5943dd4c9150a8b0 (diff) | |
download | trackermap-web-69291297bab7e61af8596f6cca425fadbaf1304f.tar.gz trackermap-web-69291297bab7e61af8596f6cca425fadbaf1304f.tar.bz2 trackermap-web-69291297bab7e61af8596f6cca425fadbaf1304f.zip |
Move BaseDialog, subclasses and their controllers to dialog subfolder
Diffstat (limited to 'web/app/view/GeofencesController.js')
-rw-r--r-- | web/app/view/GeofencesController.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/GeofencesController.js b/web/app/view/GeofencesController.js index 4ee06e81..17fb6665 100644 --- a/web/app/view/GeofencesController.js +++ b/web/app/view/GeofencesController.js @@ -20,11 +20,11 @@ Ext.define('Traccar.view.GeofencesController', { alias: 'controller.geofences', requires: [ - 'Traccar.view.GeofenceDialog', + 'Traccar.view.dialog.GeofenceDialog', 'Traccar.model.Geofence' ], objectModel: 'Traccar.model.Geofence', - objectDialog: 'Traccar.view.GeofenceDialog', + objectDialog: 'Traccar.view.dialog.GeofenceDialog', removeTitle: Strings.sharedGeofence }); |