diff options
author | Abyss777 <abyss@fox5.ru> | 2017-12-19 12:19:33 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-12-19 12:19:33 +0500 |
commit | 86fc00eefa298670b47b4ee15f5d3237b0634efd (patch) | |
tree | 3d5e1b63c1fe379b8e578aff53e57244d716dda6 /web/app/view/dialog/Group.js | |
parent | 18cd6ba4d5f3329db6bb9e4debfddfdfc49e76c2 (diff) | |
download | trackermap-web-86fc00eefa298670b47b4ee15f5d3237b0634efd.tar.gz trackermap-web-86fc00eefa298670b47b4ee15f5d3237b0634efd.tar.bz2 trackermap-web-86fc00eefa298670b47b4ee15f5d3237b0634efd.zip |
Rename Custom to ClearableComboBox
Diffstat (limited to 'web/app/view/dialog/Group.js')
-rw-r--r-- | web/app/view/dialog/Group.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/dialog/Group.js b/web/app/view/dialog/Group.js index 85c548aa..8ce6282d 100644 --- a/web/app/view/dialog/Group.js +++ b/web/app/view/dialog/Group.js @@ -19,7 +19,7 @@ Ext.define('Traccar.view.dialog.Group', { extend: 'Traccar.view.dialog.BaseEdit', requires: [ - 'Traccar.view.CustomComboBox' + 'Traccar.view.ClearableComboBox' ], title: Strings.groupDialog, @@ -41,7 +41,7 @@ Ext.define('Traccar.view.dialog.Group', { collapsible: true, collapsed: true, items: [{ - xtype: 'customComboBox', + xtype: 'clearableComboBox', name: 'groupId', store: 'Groups', queryMode: 'local', |