From f82970ac21ec2f050a09493fa7bc46c7178b57c3 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 20 Jun 2016 11:05:15 +0500 Subject: - Merged 5 Link/Unlink controllers to one - Other style fixes --- web/app/view/UserGeofences.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/app/view/UserGeofences.js') diff --git a/web/app/view/UserGeofences.js b/web/app/view/UserGeofences.js index 83ded6665..03a02ff3b 100644 --- a/web/app/view/UserGeofences.js +++ b/web/app/view/UserGeofences.js @@ -19,11 +19,10 @@ Ext.define('Traccar.view.UserGeofences', { xtype: 'userGeofencesView', requires: [ - 'Traccar.view.UserGeofencesController' + 'Traccar.view.BasePermissionsController' ], - controller: 'userGeofences', - store: 'AllGeofences', + controller: 'basePermissionsController', selModel: { selType: 'checkboxmodel', -- cgit v1.2.3