diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-20 11:05:15 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-20 11:05:15 +0500 |
commit | f82970ac21ec2f050a09493fa7bc46c7178b57c3 (patch) | |
tree | 91153bf6a9daacb97f6cd18912361543db000fc0 /web/app/view/UserGeofences.js | |
parent | 66a21745d90fe1068f3415e705dff3736c19eaaa (diff) | |
download | trackermap-server-f82970ac21ec2f050a09493fa7bc46c7178b57c3.tar.gz trackermap-server-f82970ac21ec2f050a09493fa7bc46c7178b57c3.tar.bz2 trackermap-server-f82970ac21ec2f050a09493fa7bc46c7178b57c3.zip |
- Merged 5 Link/Unlink controllers to one
- Other style fixes
Diffstat (limited to 'web/app/view/UserGeofences.js')
-rw-r--r-- | web/app/view/UserGeofences.js | 5 |
1 files changed, 2 insertions, 3 deletions
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', |