You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello ! By default there are 3 ways to search for contacts : through the contact app page, through unified search, then again through a badge in the header named "contactsmenu".
Describe the solution you'd like
Set a config variable to disable the contactsmenu badge in the header.
Example : php occ config:app:set contacts header_badge --type=boolean --value=false
Describe alternatives you've considered
Css that only hides it but could be enabled again through the browser. #contactsmenu{display:none}
Or manually removing the div in corresponding php files but not sustainable through upgrades.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello ! By default there are 3 ways to search for contacts : through the contact app page, through unified search, then again through a badge in the header named "contactsmenu".
Describe the solution you'd like
Set a config variable to disable the
contactsmenu
badge in the header.Example :
php occ config:app:set contacts header_badge --type=boolean --value=false
Describe alternatives you've considered
Css that only hides it but could be enabled again through the browser.
#contactsmenu{display:none}
Or manually removing the div in corresponding php files but not sustainable through upgrades.
The text was updated successfully, but these errors were encountered: