浏览代码

feat: added redirect for support portal

version-14
shadrak gurupnor 3 年前
父节点
当前提交
9268405d62
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. +1
    -1
      frappe/patches.txt
  2. +6
    -0
      frappe/utils/install.py

+ 1
- 1
frappe/patches.txt 查看文件

@@ -146,7 +146,7 @@ frappe.patches.v13_0.update_duration_options
frappe.patches.v13_0.replace_old_data_import # 2020-06-24 frappe.patches.v13_0.replace_old_data_import # 2020-06-24
frappe.patches.v13_0.create_custom_dashboards_cards_and_charts frappe.patches.v13_0.create_custom_dashboards_cards_and_charts
frappe.patches.v13_0.rename_is_custom_field_in_dashboard_chart frappe.patches.v13_0.rename_is_custom_field_in_dashboard_chart
frappe.patches.v13_0.add_standard_navbar_items # 2020-12-15
frappe.patches.v13_0.add_standard_navbar_items # 2022-03-15
frappe.patches.v13_0.generate_theme_files_in_public_folder frappe.patches.v13_0.generate_theme_files_in_public_folder
frappe.patches.v13_0.increase_password_length frappe.patches.v13_0.increase_password_length
frappe.patches.v12_0.fix_email_id_formatting frappe.patches.v12_0.fix_email_id_formatting


+ 6
- 0
frappe/utils/install.py 查看文件

@@ -255,6 +255,12 @@ def add_standard_navbar_items():
'item_type': 'Action', 'item_type': 'Action',
'action': 'frappe.ui.toolbar.show_shortcuts(event)', 'action': 'frappe.ui.toolbar.show_shortcuts(event)',
'is_standard': 1 'is_standard': 1
},
{
'item_label': 'Frappe Support',
'item_type': 'Route',
'route': 'https://frappe.io/support',
'is_standard': 1
} }
] ]




正在加载...
取消
保存