title | issue | author | author_email | author_github |
---|---|---|---|---|
Added import export log cleanup task |
NEXT-11765 |
d.neustadt |
d.neustadt@shopware.com |
dneustadt |
- Added
CleanupImportExportLogTask
andCleanupImportExportLogTaskHandler
- Changed
FileDeletedSubscriber
to fix files not being deleted in filesystem on deletion ofImportExportFileEntity
entities - Added
CascadeDelete
flag tolog
property ofImportExportFileDefinition
and updated the according foreign key of tableimport_export_log
to delete corrensponding logs when expiredimport_export_file
entries are deleted