aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialogController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-06 16:31:13 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-06 16:31:13 +0500
commitd7afbb815c7d185df9143f886a7494cb73a69ac1 (patch)
treeed608dc9e56b1f0b639b60f14bfc104d6a04bedd /web/app/view/UserDialogController.js
parent68d284f3023d49c0c3ae9879c5c75c9b152eda3b (diff)
downloadtraccar-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.gz
traccar-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.bz2
traccar-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.zip
- Rename ServerDialogController to MapPickerDialogController
- removed getView()
Diffstat (limited to 'web/app/view/UserDialogController.js')
-rw-r--r--web/app/view/UserDialogController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/UserDialogController.js b/web/app/view/UserDialogController.js
index 5e541c870..52d649b9c 100644
--- a/web/app/view/UserDialogController.js
+++ b/web/app/view/UserDialogController.js
@@ -15,7 +15,7 @@
*/
Ext.define('Traccar.view.UserDialogController', {
- extend: 'Traccar.view.ServerDialogController',
+ extend: 'Traccar.view.MapPickerDialogController',
alias: 'controller.userDialog',
init: function () {