aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/Geofence.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-12-19 12:19:33 +0500
committerAbyss777 <abyss@fox5.ru>2017-12-19 12:19:33 +0500
commit86fc00eefa298670b47b4ee15f5d3237b0634efd (patch)
tree3d5e1b63c1fe379b8e578aff53e57244d716dda6 /web/app/view/dialog/Geofence.js
parent18cd6ba4d5f3329db6bb9e4debfddfdfc49e76c2 (diff)
downloadetbsa-traccar-web-86fc00eefa298670b47b4ee15f5d3237b0634efd.tar.gz
etbsa-traccar-web-86fc00eefa298670b47b4ee15f5d3237b0634efd.tar.bz2
etbsa-traccar-web-86fc00eefa298670b47b4ee15f5d3237b0634efd.zip
Rename Custom to ClearableComboBox
Diffstat (limited to 'web/app/view/dialog/Geofence.js')
-rw-r--r--web/app/view/dialog/Geofence.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/dialog/Geofence.js b/web/app/view/dialog/Geofence.js
index 7a425ba..65c32c0 100644
--- a/web/app/view/dialog/Geofence.js
+++ b/web/app/view/dialog/Geofence.js
@@ -19,7 +19,7 @@ Ext.define('Traccar.view.dialog.Geofence', {
extend: 'Traccar.view.dialog.BaseEdit',
requires: [
- 'Traccar.view.CustomComboBox',
+ 'Traccar.view.ClearableComboBox',
'Traccar.view.dialog.GeofenceController'
],
@@ -46,7 +46,7 @@ Ext.define('Traccar.view.dialog.Geofence', {
name: 'description',
fieldLabel: Strings.sharedDescription
}, {
- xtype: 'customComboBox',
+ xtype: 'clearableComboBox',
reference: 'calendarCombo',
name: 'calendarId',
store: 'Calendars',