diff --git a/lms/lms/doctype/course_chapter/course_chapter.json b/lms/lms/doctype/course_chapter/course_chapter.json index d4e58072..aa1953d0 100644 --- a/lms/lms/doctype/course_chapter/course_chapter.json +++ b/lms/lms/doctype/course_chapter/course_chapter.json @@ -103,6 +103,7 @@ "read_only": 1 } ], + "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [ { @@ -111,7 +112,7 @@ "link_fieldname": "chapter" } ], - "modified": "2025-02-03 15:23:17.125617", + "modified": "2025-05-29 12:38:26.266673", "modified_by": "Administrator", "module": "LMS", "name": "Course Chapter", @@ -151,8 +152,21 @@ "role": "Course Creator", "share": 1, "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Moderator", + "share": 1, + "write": 1 } ], + "row_format": "Dynamic", "search_fields": "title", "show_title_field_in_link": 1, "sort_field": "modified", @@ -160,4 +174,4 @@ "states": [], "title_field": "title", "track_changes": 1 -} \ No newline at end of file +} diff --git a/lms/lms/doctype/lms_course/lms_course.json b/lms/lms/doctype/lms_course/lms_course.json index 6cf01f8e..db303c92 100644 --- a/lms/lms/doctype/lms_course/lms_course.json +++ b/lms/lms/doctype/lms_course/lms_course.json @@ -290,7 +290,7 @@ } ], "make_attachments_public": 1, - "modified": "2025-03-13 16:01:19.105212", + "modified": "2025-05-29 12:38:01.002898", "modified_by": "Administrator", "module": "LMS", "name": "LMS Course", @@ -319,12 +319,25 @@ "role": "Course Creator", "share": 1, "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "Moderator", + "share": 1, + "write": 1 } ], + "row_format": "Dynamic", "show_title_field_in_link": 1, "sort_field": "creation", "sort_order": "DESC", "states": [], "title_field": "title", "track_changes": 1 -} \ No newline at end of file +}