Actions
Bug #42244
closedContentAdapter processes same record multiple times
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Content-Adapter is triggered everytime a record is passed to an cObj instance. Therefore it may happen that the same record is "processed" several times.
Prevent this duplicate work by adding a "migrated" flag.
Actions