mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
Email history enhancement (#10114)
* add warning that the log is useless by default * Add setting to enhance email log again * add missing test for #10109 * add test for delete protections * add error code * Update email.md * Update email.md
This commit is contained in:
@@ -50,6 +50,12 @@ This might be caused by an addition or removal of models to the code base or cha
|
||||
The settings for SITE_URL and ALLOWED_HOSTS do not match the host used to access the server. This might lead to issues with CSRF protection, CORS and other security features.
|
||||
The settings must be adjusted.
|
||||
|
||||
#### INVE-E8
|
||||
**Email log deletion is protected - Backend**
|
||||
|
||||
The email log is protected from deletion by a setting. This was set by an administrator to prevent accidental deletion of emails.
|
||||
If you want to delete the email log, you need to get the [`INVENTREE_PROTECT_EMAIL_LOG`](../settings/global.md#server-settings) setting set to `False`.
|
||||
|
||||
#### INVE-E9
|
||||
**Transition handler error - Backend**
|
||||
An error occurred while discovering or executing a transition handler. This likely indicates a faulty or incompatible plugin.
|
||||
|
||||
Reference in New Issue
Block a user