InvenTree/docs/docs
Oliver Lippert 46b0d77418
Let plugins decide if events should be processed or not (#5618)
* add wants_process_event to EventMixin

in register_event this function get called and the task is just offload if the plugin returns true

* add tests for wants_process_event

* fix comments for register_event after code changes

* add documentation for EventMixin.wants_process_event

* avoid pre-formatting log messages

---------

Co-authored-by: Oliver Lippert <oliver@lipperts-web.de>
2023-10-01 21:10:26 +11:00
..
api Update python.md (#5264) 2023-07-18 09:04:58 +10:00
app Update app docs (#5032) 2023-06-13 21:04:17 +10:00
assets Added docs on the panel plugin example (#5402) 2023-08-06 21:49:29 +10:00
barcodes Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
build Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
concepts Add database model for defining custom units (#5268) 2023-07-19 06:24:16 +10:00
develop Add worker task to VS Code (#5605) 2023-10-01 21:06:34 +11:00
extend Let plugins decide if events should be processed or not (#5618) 2023-10-01 21:10:26 +11:00
javascripts
order Update docs to match reality (#5255) 2023-07-15 23:55:22 +10:00
part Add database model for defining custom units (#5268) 2023-07-19 06:24:16 +10:00
releases Simplify release notes docs (#5063) 2023-06-17 21:56:26 +10:00
report Update context_variables.md (#5581) 2023-09-21 09:45:25 +10:00
settings Typo Fixed (#5501) 2023-09-04 23:44:45 +10:00
start Adds optional config setting to enable database level logging (#5617) 2023-09-25 16:54:17 +10:00
stock Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
stylesheets [Feature] Scrap Build Outputs (#4800) 2023-05-13 22:19:35 +10:00
webfonts
__init__.py Fixes for docs building (#4659) 2023-04-22 23:35:25 +10:00
credits.md Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
demo.md
faq.md Improve devdocs (#4813) 2023-06-09 10:16:30 +10:00
features.md Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
hooks.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
index.md
privacy.md