fix: renamed instructor and moderator roles
This commit is contained in:
5
lms/patches/v0_0/change_role_names.py
Normal file
5
lms/patches/v0_0/change_role_names.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.rename_doc("Role", "Course Instructor", "Instructor")
|
||||
frappe.rename_doc("Role", "Course Moderator", "Moderator")
|
||||
Reference in New Issue
Block a user