fix: delete custom fields after app in uninstalled

This commit is contained in:
Jannat Patel
2022-10-06 18:08:27 +05:30
parent e780a6fc7c
commit c0c9b50a5f
2 changed files with 19 additions and 1 deletions

View File

@@ -60,7 +60,8 @@ web_include_js = ["website.bundle.js", "controls.bundle.js"]
# ------------
# before_install = "lms.install.before_install"
# after_install = "lms.install.after_install"
after_uninstall = "lms.install.after_uninstall"
# Desk Notifications
# ------------------