From a5d36c62facad98c409b9fcd4f8b92c3d47601ab Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 12 Sep 2017 17:39:43 +0500 Subject: Implement Saved Commands --- web/app/controller/Root.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/app/controller/Root.js') diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index acdd401..64227aa 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); -- cgit v1.2.3