fix: Add request, job events in hooks boilerplate
This commit is contained in:
parent
83f3cf1991
commit
ea62156a6d
1 changed files with 9 additions and 0 deletions
|
|
@ -458,6 +458,15 @@ app_license = "{app_license}"
|
|||
|
||||
# ignore_links_on_delete = ["Communication", "ToDo"]
|
||||
|
||||
# Request Events
|
||||
# ----------------
|
||||
# before_request = ["{app_name}.utils.before_request"]
|
||||
# after_request = ["{app_name}.utils.after_request"]
|
||||
|
||||
# Job Events
|
||||
# ----------
|
||||
# before_job = ["{app_name}.utils.before_job"]
|
||||
# after_job = ["{app_name}.utils.after_job"]
|
||||
|
||||
# User Data Protection
|
||||
# --------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue