aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofencesController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/GeofencesController.js')
-rw-r--r--web/app/view/GeofencesController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/GeofencesController.js b/web/app/view/GeofencesController.js
index 4ee06e8..17fb666 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
});