From 01af5f520e24a33d7e22523d8ed11e9f14a19516 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 14 Aug 2017 12:26:02 +0500 Subject: Implement disable Calendars --- web/app/view/edit/UsersController.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/app/view/edit') diff --git a/web/app/view/edit/UsersController.js b/web/app/view/edit/UsersController.js index 1e7238a9..42fc0cd9 100644 --- a/web/app/view/edit/UsersController.js +++ b/web/app/view/edit/UsersController.js @@ -45,6 +45,8 @@ Ext.define('Traccar.view.edit.UsersController', { Traccar.app.getBooleanAttributePreference('ui.disableDrivers')); this.lookupReference('userAttributesButton').setHidden( Traccar.app.getBooleanAttributePreference('ui.disableComputedAttributes')); + this.lookupReference('userCalendarsButton').setHidden( + Traccar.app.getBooleanAttributePreference('ui.disableCalendars')); }, onEditClick: function () { -- cgit v1.2.3