diff --git a/community/lms/doctype/lms_course/lms_course.json b/community/lms/doctype/lms_course/lms_course.json index 9ec683b6..41f4de73 100644 --- a/community/lms/doctype/lms_course/lms_course.json +++ b/community/lms/doctype/lms_course/lms_course.json @@ -28,7 +28,8 @@ { "fieldname": "description", "fieldtype": "Markdown Editor", - "label": "Description" + "label": "Description", + "reqd": 1 }, { "default": "0", @@ -57,7 +58,8 @@ { "fieldname": "short_introduction", "fieldtype": "Small Text", - "label": "Short Introduction" + "label": "Short Introduction", + "reqd": 1 } ], "index_web_pages_for_search": 1, @@ -84,7 +86,7 @@ "link_fieldname": "course" } ], - "modified": "2021-05-06 13:37:03.318829", + "modified": "2021-05-23 18:14:32.602647", "modified_by": "Administrator", "module": "LMS", "name": "LMS Course", diff --git a/community/lms/widgets/BatchTabs.html b/community/lms/widgets/BatchTabs.html new file mode 100644 index 00000000..00eed777 --- /dev/null +++ b/community/lms/widgets/BatchTabs.html @@ -0,0 +1,28 @@ +
diff --git a/community/lms/widgets/ChapterTeaser.html b/community/lms/widgets/ChapterTeaser.html index c80d1a55..2cdf9138 100644 --- a/community/lms/widgets/ChapterTeaser.html +++ b/community/lms/widgets/ChapterTeaser.html @@ -1,14 +1,14 @@