aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/Geofence.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-12-19 20:26:51 +1300
committerGitHub <noreply@github.com>2017-12-19 20:26:51 +1300
commit19768f9c88958207a20a81bdfe7ee630bf400973 (patch)
tree3d5e1b63c1fe379b8e578aff53e57244d716dda6 /web/app/view/dialog/Geofence.js
parent23652dc720e1ca35099fab26208344f750b05e15 (diff)
parent86fc00eefa298670b47b4ee15f5d3237b0634efd (diff)
downloadetbsa-traccar-web-19768f9c88958207a20a81bdfe7ee630bf400973.tar.gz
etbsa-traccar-web-19768f9c88958207a20a81bdfe7ee630bf400973.tar.bz2
etbsa-traccar-web-19768f9c88958207a20a81bdfe7ee630bf400973.zip
Merge pull request #630 from Abyss777/clear_combo
Implement custom combobox with clear button
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 9d7a59a..65c32c0 100644
--- a/web/app/view/dialog/Geofence.js
+++ b/web/app/view/dialog/Geofence.js
@@ -19,6 +19,7 @@ Ext.define('Traccar.view.dialog.Geofence', {
extend: 'Traccar.view.dialog.BaseEdit',
requires: [
+ 'Traccar.view.ClearableComboBox',
'Traccar.view.dialog.GeofenceController'
],
@@ -45,14 +46,13 @@ Ext.define('Traccar.view.dialog.Geofence', {
name: 'description',
fieldLabel: Strings.sharedDescription
}, {
- xtype: 'combobox',
+ xtype: 'clearableComboBox',
reference: 'calendarCombo',
name: 'calendarId',
store: 'Calendars',
queryMode: 'local',
displayField: 'name',
valueField: 'id',
- editable: false,
fieldLabel: Strings.sharedCalendar
}, {
xtype: 'hiddenfield',