-
Bug
-
Resolution: Fixed
-
None
-
High
-
On specific import failures of the hotfolder import the error is not handled properly and will lead to follow up errors.
-
Emptyshow more show less
problem
Errors were not handled properly at one place in hotfolder import. That is leading to the direct deletion of the project which produced then follow up errors:
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`DB1189`.`LEK_task_tm_task_association`, CONSTRAINT `LEK_task_tm_task_association_ibfk_2` FOREIGN KEY (`taskId`) REFERENCES `LEK_task` (`id`))
solution
Change the error handling so that this can not happen anymore.
- is caused by
-
TRANSLATE-4818 Prevent random import errors by removing self mutating data
- Selected for dev