diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-03 11:54:24 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-03 11:54:24 +1200 |
commit | d5d7a82207f27fa5e544e1cf050dcc02fc1df12f (patch) | |
tree | 8f6bf5aeeae8d56f7295d0c1a8a1f15c7d746148 /web/app/view/user/UserDialogController.js | |
parent | 8e41bea48b0b248bcb198186783778002a92738e (diff) | |
download | trackermap-server-d5d7a82207f27fa5e544e1cf050dcc02fc1df12f.tar.gz trackermap-server-d5d7a82207f27fa5e544e1cf050dcc02fc1df12f.tar.bz2 trackermap-server-d5d7a82207f27fa5e544e1cf050dcc02fc1df12f.zip |
Change aliases and xtype names
Diffstat (limited to 'web/app/view/user/UserDialogController.js')
-rw-r--r-- | web/app/view/user/UserDialogController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/user/UserDialogController.js b/web/app/view/user/UserDialogController.js index c5464225c..cd37f70cf 100644 --- a/web/app/view/user/UserDialogController.js +++ b/web/app/view/user/UserDialogController.js @@ -16,7 +16,7 @@ Ext.define('Traccar.view.user.UserDialogController', { extend: 'Ext.app.ViewController', - alias: 'controller.userdialog', + alias: 'controller.userDialog', init: function() { if (Traccar.getApplication().getUser().get('admin')) { |