refactor: merged profile and dashboard page
This commit is contained in:
4
lms/patches/v0_0/set_dashboard.py
Normal file
4
lms/patches/v0_0/set_dashboard.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.db.set_value("Portal Settings", None, "default_portal_home", "/users")
|
||||
Reference in New Issue
Block a user