diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-08 15:38:42 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-08 15:38:42 +1300 |
commit | 546237415feccc2cc4974103241a12e4aff3ea06 (patch) | |
tree | efa3ba6d9b20be46e1e7b9bdf871aed9e4d2f223 /web/app/view/Report.js | |
parent | 4b5f8366b4f5a41591dd1b4627a97c9211c02fb8 (diff) | |
download | trackermap-web-546237415feccc2cc4974103241a12e4aff3ea06.tar.gz trackermap-web-546237415feccc2cc4974103241a12e4aff3ea06.tar.bz2 trackermap-web-546237415feccc2cc4974103241a12e4aff3ea06.zip |
Make some comboboxes non editable
Diffstat (limited to 'web/app/view/Report.js')
-rw-r--r-- | web/app/view/Report.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js index 933ead4b..18debc63 100644 --- a/web/app/view/Report.js +++ b/web/app/view/Report.js @@ -36,7 +36,7 @@ Ext.define('Traccar.view.Report', { store: 'ReportTypes', displayField: 'name', valueField: 'key', - typeAhead: true, + editable: false, listeners: { change: 'onTypeChange' } |