2
0
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:
Matthias Mair
2025-08-08 00:04:17 +02:00
committed by GitHub
parent 00017400ff
commit ed45a4e5bf
9 changed files with 144 additions and 6 deletions

View File

@@ -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'
]}
/>
)