aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialogController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-05 14:27:30 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-05 14:27:30 +0500
commitb7403aaadd130bf1496b97c07667842813d99550 (patch)
tree4a334be60e150b729fd8115e8227afb98cd8f8ff /web/app/view/UserDialogController.js
parent6aca189651d8587b9178a38c1830a8cbd8ae0d46 (diff)
downloadtraccar-server-b7403aaadd130bf1496b97c07667842813d99550.tar.gz
traccar-server-b7403aaadd130bf1496b97c07667842813d99550.tar.bz2
traccar-server-b7403aaadd130bf1496b97c07667842813d99550.zip
Implement retrieving map center from current map
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 c3a4ca62d..5e541c870 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.BaseEditDialogController',
+ extend: 'Traccar.view.ServerDialogController',
alias: 'controller.userDialog',
init: function () {