fix: progress update

This commit is contained in:
Jannat Patel
2024-05-13 16:50:52 +05:30
parent 0d89f51d78
commit 68a1d1e436
8 changed files with 15 additions and 77 deletions

View File

@@ -97,11 +97,6 @@ override_doctype_class = {
# Hook on document methods and events
doc_events = {
"*": {
"on_change": [
"lms.lms.doctype.lms_badge.lms_badge.process_badges",
]
},
"Discussion Reply": {"after_insert": "lms.lms.utils.handle_notifications"},
}