From 8f3e05424574d5f905eb744aca9171fb559cef15 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 19 Feb 2025 14:21:36 +0530 Subject: [PATCH] fix: added login to fc link in dropdown --- crm/hooks.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/crm/hooks.py b/crm/hooks.py index a1996f4b..e652e3e1 100644 --- a/crm/hooks.py +++ b/crm/hooks.py @@ -293,7 +293,14 @@ standard_dropdown_items = [ "label": "Settings", "type": "Route", "icon": "settings", - "route": "#", + "route": "#", + "is_standard": 1, + }, + { + "name1": "login_to_fc", + "label": "Login to Frappe Cloud", + "type": "Route", + "route": "#", "is_standard": 1, }, { @@ -307,7 +314,7 @@ standard_dropdown_items = [ "label": "Log out", "type": "Route", "icon": "log-out", - "route": "#", + "route": "#", "is_standard": 1, }, ]