Merge pull request #498 from pateljannat/new-class-modal

feat: New Class Dialog
This commit is contained in:
Jannat Patel
2023-04-17 21:52:43 +05:30
committed by GitHub
11 changed files with 111 additions and 103 deletions

View File

@@ -51,4 +51,5 @@ lms.patches.v0_0.rename_exercise_doctype
lms.patches.v0_0.add_question_type #09-04-2023
lms.patches.v0_0.add_evaluator_to_assignment #09-04-2023
lms.patches.v0_0.convert_lesson_markdown_to_html #05-04-2023
lms.patches.v0_0.convert_course_description_to_html
lms.patches.v0_0.convert_course_description_to_html
execute:frappe.delete_doc("Web Form", "class", ignore_missing=True, force=True)