diff options
author | Abyss777 <abyss@fox5.ru> | 2016-07-25 20:46:21 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-07-25 20:46:21 +0500 |
commit | 0c1c9b07aafcf02d2be4129517fd0c87f01cf9d4 (patch) | |
tree | bc0273c9ae201579f19ba785b865a3d93227f73c /web/app/view/BaseEditDialogController.js | |
parent | fb0a1689fda9a06ecf5e6a9a97ba8b2b704cacb9 (diff) | |
download | trackermap-server-0c1c9b07aafcf02d2be4129517fd0c87f01cf9d4.tar.gz trackermap-server-0c1c9b07aafcf02d2be4129517fd0c87f01cf9d4.tar.bz2 trackermap-server-0c1c9b07aafcf02d2be4129517fd0c87f01cf9d4.zip |
Fix attribute editing
Diffstat (limited to 'web/app/view/BaseEditDialogController.js')
-rw-r--r-- | web/app/view/BaseEditDialogController.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/view/BaseEditDialogController.js b/web/app/view/BaseEditDialogController.js index 511309650..79fd8f2b4 100644 --- a/web/app/view/BaseEditDialogController.js +++ b/web/app/view/BaseEditDialogController.js @@ -18,6 +18,10 @@ Ext.define('Traccar.view.BaseEditDialogController', { extend: 'Ext.app.ViewController', alias: 'controller.baseEditDialog', + requires: [ + 'Traccar.view.Attributes' + ], + onSaveClick: function (button) { var dialog, store, record; dialog = button.up('window').down('form'); |