aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
Diffstat (limited to 'web/app')
-rw-r--r--web/app/view/DeviceDialog.js1
-rw-r--r--web/app/view/GroupDialog.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js
index 4a22ca008..37462ef88 100644
--- a/web/app/view/DeviceDialog.js
+++ b/web/app/view/DeviceDialog.js
@@ -41,6 +41,7 @@ Ext.define('Traccar.view.DeviceDialog', {
name: 'groupId',
fieldLabel: Strings.groupParent,
store: 'Groups',
+ queryMode: 'local',
displayField: 'name',
valueField: 'id'
}]
diff --git a/web/app/view/GroupDialog.js b/web/app/view/GroupDialog.js
index 2cca61ef5..032397a22 100644
--- a/web/app/view/GroupDialog.js
+++ b/web/app/view/GroupDialog.js
@@ -36,6 +36,7 @@ Ext.define('Traccar.view.GroupDialog', {
name: 'groupId',
fieldLabel: Strings.groupParent,
store: 'Groups',
+ queryMode: 'local',
displayField: 'name',
valueField: 'id'
}]