diff options
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 }); |