aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r--web/app/controller/Root.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index acdd4018..64227aa0 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -111,6 +111,8 @@ Ext.define('Traccar.controller.Root', {
Ext.getStore('Geofences').load();
Ext.getStore('Calendars').load();
Ext.getStore('ComputedAttributes').load();
+ Ext.getStore('AllCommandTypes').load();
+ Ext.getStore('Commands').load();
this.initReportEventTypesStore();
Ext.getStore('ServerAttributes').loadData(Ext.getStore('CommonDeviceAttributes').getData().items, true);