diff options
Diffstat (limited to 'web/app/view/CommandDialogController.js')
-rw-r--r-- | web/app/view/CommandDialogController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialogController.js b/web/app/view/CommandDialogController.js index 66a10bbb6..6aba4a6f1 100644 --- a/web/app/view/CommandDialogController.js +++ b/web/app/view/CommandDialogController.js @@ -15,7 +15,7 @@ */ Ext.define('Traccar.view.CommandDialogController', { - extend: 'Traccar.view.BaseDialogController', + extend: 'Ext.app.ViewController', alias: 'controller.commandDialog', onSelect: function(selected) { |