hue icon indicating copy to clipboard operation
hue copied to clipboard

[frontend] Make it possible to configure visibility of the help menu …

Open tarunjangid opened this issue 9 months ago • 0 comments

…in the sidebar

What changes were proposed in this pull request?

  • There was a request in our community to have a feature to remove the help tip - https://github.com/cloudera/hue/issues/3647

  • Currently, the "Help" menu in the sidebar is visible to all the users.

  • In this PR, a new configuration named is_help_menu_enabled is added to control the help menu.

  • If this configuration is set to False, we cannot see the Help menu as below: Screenshot 2024-04-30 at 1 18 19 PM

  • If the configuration is set to True (the default value), the Help menu is visible as usual: Screenshot 2024-04-30 at 1 20 11 PM

How was this patch tested?

  • manually tested in my local setup

Please review Hue Contributing Guide before opening a pull request.

tarunjangid avatar Apr 30 '24 07:04 tarunjangid