Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable contactsmenu badge in top right header #4217

Open
brdns opened this issue Nov 18, 2024 · 0 comments
Open

Add option to disable contactsmenu badge in top right header #4217

brdns opened this issue Nov 18, 2024 · 0 comments
Labels
0. Needs triage enhancement New feature or request

Comments

@brdns
Copy link

brdns commented Nov 18, 2024

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.

@brdns brdns added 0. Needs triage enhancement New feature or request labels Nov 18, 2024
@brdns brdns changed the title Add option to disable contactsmenu Add option to disable contactsmenu badge in top right header Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant