How to disable the switch from Modern WebClient to Classic WebClient
How to disable the switch from Modern WebClient to Classic WebClient
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 |