diff --git a/frappe/public/js/frappe/ui/sidebar/sidebar.js b/frappe/public/js/frappe/ui/sidebar/sidebar.js index c3bc2c770d..71bb472e28 100644 --- a/frappe/public/js/frappe/ui/sidebar/sidebar.js +++ b/frappe/public/js/frappe/ui/sidebar/sidebar.js @@ -442,7 +442,7 @@ frappe.ui.Sidebar = class Sidebar { this.set_active_workspace_item(); } show_sidebar_for_module(module) { - if (this.sidebar_title != module) return; + if (this.sidebar_fixes && this.sidebar_title != module) return; let sidebars = this.sidebar_module_map[module] && this.sidebar_module_map[module].sort((a, b) => {