diff options
Diffstat (limited to 'web/app/view/DeviceGeofences.js')
-rw-r--r-- | web/app/view/DeviceGeofences.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/DeviceGeofences.js b/web/app/view/DeviceGeofences.js index a309cc2ed..9e2c12a77 100644 --- a/web/app/view/DeviceGeofences.js +++ b/web/app/view/DeviceGeofences.js @@ -19,10 +19,10 @@ Ext.define('Traccar.view.DeviceGeofences', { xtype: 'deviceGeofencesView', requires: [ - 'Traccar.view.DeviceGeofencesController' + 'Traccar.view.BasePermissionsController' ], - controller: 'deviceGeofences', + controller: 'basePermissionsController', selModel: { selType: 'checkboxmodel', |