Skip to content

Enable the global Duo Chat button

Denys Mishunov requested to merge 454095-remove-global-button-flag into master

What does this MR do and why?

This MR removes the tanuki_bot_breadcrumbs_entry_point feature flag. The flag protected rendering of the global Duo Chat button, but was globally enabled in all of the environments since March 26th. No issues related to the button have been observed since then. Hence the cleanup

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No visual changes in production because the feature protected by this flag has been globally enabled.

On the local GDK, the button will appear:

Before After
Screenshot_2024-04-02_at_14.29.09 Screenshot_2024-04-02_at_14.29.00

How to set up and validate locally

  • If the tanuki_bot_breadcrumbs_entry_point flag is enabled in your local GDK, disable it - the global Duo Chat button should disappear from the interface
  • Restart GDK
  • Check the interface - the global Duo Chat button should re-appear with with the flag OFF

Related to #454095 (closed)

Edited by Denys Mishunov

Merge request reports