dashboard and patch for lesson
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
frappe.ready(function() {
|
||||
// bind events here
|
||||
})
|
||||
frappe.web_form.after_save = () => {
|
||||
window.location.href = `/courses/${frappe.web_form.doc.course}`;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user