fix: permissions for lms enrollment

This commit is contained in:
Jannat Patel
2023-10-02 12:52:36 +05:30
parent c82c10d17e
commit 1000a22490
4 changed files with 28 additions and 2 deletions

View File

@@ -123,7 +123,7 @@
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-08-24 17:52:35.487141", "modified": "2023-10-02 12:41:25.139734",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "LMS", "module": "LMS",
"name": "LMS Enrollment", "name": "LMS Enrollment",
@@ -140,6 +140,31 @@
"role": "System Manager", "role": "System Manager",
"share": 1, "share": 1,
"write": 1 "write": 1
},
{
"create": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "LMS Student",
"select": 1,
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Moderator",
"select": 1,
"share": 1,
"write": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,

View File

@@ -69,4 +69,5 @@ lms.patches.v1_0.rename_lms_class_to_lms_batch
lms.patches.v1_0.rename_classes_in_navbar lms.patches.v1_0.rename_classes_in_navbar
lms.patches.v1_0.publish_batches lms.patches.v1_0.publish_batches
lms.patches.v1_0.publish_certificates lms.patches.v1_0.publish_certificates
lms.patches.v1_0.change_naming_for_batch_course #14-09-2023 lms.patches.v1_0.change_naming_for_batch_course #14-09-2023
execute:frappe.permissions.reset_perms("LMS Enrollment")

View File