Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0004233SOGoGUIpublic2020-03-11 13:16
Reportersmoothalicious Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSUbuntuOS Version16.04 LTS
Product Version3.2.9 
Summary0004233: ModulesContraints works for Mail and Calendar but not for Contacts.
Description

Whilst trying to hide the GUI tabs I've noticed that Contacts can not be hidden from the GUI

Steps To Reproduce

Add the following snippet within the brackets of SOGoUserSources in /etc/sogo/sogo.conf.

ModulesConstraints = {
Contacts = {
objectClass = nonExistingClass;
};
Mail = {
objectClass = nonExistingClass;
};
Calendar = {
objectClass = nonExistingClass;
};
};

When you are inside the GUI you will notice that Contacts is the only tab that remains visible.

TagsNo tags attached.

Relationships

duplicate of 0001137 closed Can't disable Contacts with ModulesConstraints 
has duplicate 0004559 new Support disabling contacts/address book with parameter "ModulesConstraints" 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-07-17 14:21 smoothalicious New Issue
2020-03-11 13:14 francis Relationship added has duplicate 0004559
2020-03-11 13:16 francis Relationship added duplicate of 0001137