diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-31 10:16:29 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-31 10:16:29 +0500 |
commit | 80fc64fb46255c40729fa78e730a19cc9e5203cd (patch) | |
tree | 6da0d930f04a1db1fa0ab71d6faa03f36c5f1073 /web/app/view/UsersController.js | |
parent | 08348a1ccf66803cad85116b62019e3090f07eda (diff) | |
download | trackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.gz trackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.bz2 trackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.zip |
Added other missed imports
Diffstat (limited to 'web/app/view/UsersController.js')
-rw-r--r-- | web/app/view/UsersController.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/UsersController.js b/web/app/view/UsersController.js index 73088a40e..da7dd8f13 100644 --- a/web/app/view/UsersController.js +++ b/web/app/view/UsersController.js @@ -24,7 +24,8 @@ Ext.define('Traccar.view.UsersController', { 'Traccar.view.UserGroups', 'Traccar.view.UserGeofences', 'Traccar.view.Notifications', - 'Traccar.view.BaseWindow' + 'Traccar.view.BaseWindow', + 'Traccar.model.User' ], init: function () { |