How to disable the switch from Modern WebClient to Classic WebClient

Revision as of 15:28, 17 October 2023 by Harsh (talk | contribs)

How to disable the switch from Modern WebClient to Classic WebClient


   KB 24589        Last updated on 2023-10-17  




0.00
(0 votes)

Problem

Steps to disable switching from Modern WebClient to Classic WebClient.

Solution

The zimlet responsible for this option is "zimbra-zimlet-set-default-client".

Note: This only applies to disabling the switch from Modern WebClient to Classic WebClient. The option to enable/disable the button from Classic WebClient to Modern WebClient is currently a core functionality. We are in the process of creating a feature/zimlet for it.

1. To disable it on the Server Level.

zmzimletctl disable zimbra-zimlet-set-default-client

2. To disable it on the COS / Account Level.

To check the current value for a COS:

zmprov -l gc COS_NAME zimbraZimletAvailableZimlets | grep -i zimbra-zimlet-set-default-client

To check the current value for an Account:

zmprov -l ga user@domain.com zimbraZimletAvailableZimlets | grep -i zimbra-zimlet-set-default-client

According to the value, Remove the zimlet:

zmprov mc COS_NAME -zimbraZimletAvailableZimlets '+zimbra-zimlet-set-default-client'

OR

zmprov ma user@domain.com -zimbraZimletAvailableZimlets '+zimbra-zimlet-set-default-client'


Submitted by: Harsh Massey
Verified Against: ZCS 9.0, ZCS 10.0 Date Created: 2023-10-17
Article ID: https://wiki.zimbra.com/index.php?title=How_to_disable_the_switch_from_Modern_WebClient_to_Classic_WebClient Date Modified: 2023-10-17



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search