diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-06 16:31:13 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-06 16:31:13 +0500 |
commit | d7afbb815c7d185df9143f886a7494cb73a69ac1 (patch) | |
tree | ed608dc9e56b1f0b639b60f14bfc104d6a04bedd /web/app/view/UserDialogController.js | |
parent | 68d284f3023d49c0c3ae9879c5c75c9b152eda3b (diff) | |
download | trackermap-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.gz trackermap-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.bz2 trackermap-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.zip |
- Rename ServerDialogController to MapPickerDialogController
- removed getView()
Diffstat (limited to 'web/app/view/UserDialogController.js')
-rw-r--r-- | web/app/view/UserDialogController.js | 2 |
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 () { |