unable to hide available/dnd dropdown in 2.24
Hi,
In version 2.23 I used to hide the dropdown for Available/DND as my 1 of my customers wants to have all phones always available. I used to this by adding display:none; to the css for #presence.
It seems this doesn't do anything in 2.24.
Is there a way to hide/remove this dropdown in 2.24?
Kind Regards
In version 2.23 I used to hide the dropdown for Available/DND as my 1 of my customers wants to have all phones always available. I used to this by adding display:none; to the css for #presence.
It seems this doesn't do anything in 2.24.
Is there a way to hide/remove this dropdown in 2.24?
Kind Regards
Comments
Kind Regards
I will see if I can find a fix once I get back from vacations next week.
Thanks - I'll hold fire and not downgrade just yet
Best regards,
Excellent - thanks for that - I will try it later on.
Kind Regards
.chosen-container-single-nosearch {
display:none;
}
This new fix doesn't seem to affect anything else, but I just wanted to check with you to see if it will cause any unintended issues before I move forward.
I am running 2.27.
Changing operator.css like above also hides the ability to change the "Default Queue View" (Options: Detailed or Summary). It does not affect the Language selection.
For many setups, this side effect seems minimal to me, since most agents wouldn't even touch that setting.
Thanks!