mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Email history enhancements (#10109)
* Improve formatting for <ConfigValueList> - Only used for email settings currently * API updates: - Allow delete operations of email record - Allow bulk delete operations of email record * Table updates: - Improved table rendering - Allow delete ops * Display timestamp in email table * Add setting to control email cleanup interval * Add scheduled task to delete old emails * Bump API version
This commit is contained in:
		| @@ -40,6 +40,7 @@ Configuration of basic server settings: | ||||
| {{ globalsetting("INVENTREE_DELETE_TASKS_DAYS") }} | ||||
| {{ globalsetting("INVENTREE_DELETE_ERRORS_DAYS") }} | ||||
| {{ globalsetting("INVENTREE_DELETE_NOTIFICATIONS_DAYS") }} | ||||
| {{ globalsetting("INVENTREE_DELETE_EMAIL_DAYS") }} | ||||
|  | ||||
|  | ||||
| ### Login Settings | ||||
|   | ||||
		Reference in New Issue
	
	Block a user