From c0347507084ac99b17c0989f567453dba2c282f6 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 23 Aug 2016 18:10:00 +0530 Subject: [PATCH] [fix] for building help --- frappe/commands/utils.py | 1 + frappe/public/js/frappe/ui/toolbar/navbar.html | 6 +++--- frappe/utils/help.py | 9 +++------ frappe/utils/jinja.py | 12 ++++++------ 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/frappe/commands/utils.py b/frappe/commands/utils.py index 0353625045..5344ab5801 100644 --- a/frappe/commands/utils.py +++ b/frappe/commands/utils.py @@ -388,6 +388,7 @@ def setup_help(): "Make a database for help documentation" frappe.local.flags = frappe._dict() frappe.local.flags.in_setup_help = True + frappe.local.flags.in_install = True frappe.local.lang = 'en' frappe.local.conf = frappe.get_site_config(sites_path='.') from frappe.utils.help import sync diff --git a/frappe/public/js/frappe/ui/toolbar/navbar.html b/frappe/public/js/frappe/ui/toolbar/navbar.html index 7aa60f5a26..6cb354db66 100644 --- a/frappe/public/js/frappe/ui/toolbar/navbar.html +++ b/frappe/public/js/frappe/ui/toolbar/navbar.html @@ -39,20 +39,20 @@