fix: renamed community to people

This commit is contained in:
Jannat Patel
2023-01-06 18:27:04 +05:30
parent 9240bc9130
commit 43ba835b52
10 changed files with 45 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
import frappe
def execute():
doc = frappe.db.exists("Top Bar Item", {"url": "/community"})
if doc:
frappe.db.set_value("Top Bar Item", doc, {"url": "/people", "label": "People"})