mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 22:21:37 +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:
@@ -66,7 +66,8 @@ export default function SystemSettings() {
|
||||
'INVENTREE_DELETE_TASKS_DAYS',
|
||||
'INVENTREE_DELETE_ERRORS_DAYS',
|
||||
'INVENTREE_DELETE_NOTIFICATIONS_DAYS',
|
||||
'INVENTREE_DELETE_EMAIL_DAYS'
|
||||
'INVENTREE_DELETE_EMAIL_DAYS',
|
||||
'INVENTREE_PROTECT_EMAIL_LOG'
|
||||
]}
|
||||
/>
|
||||
)
|
||||
|
Reference in New Issue
Block a user