-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- With v13 the BeforeFileProcessingEvent is unable to prevent calling further processors. This was introduced by #101943
possible solution
if ($task->fileNeedsProcessing()) { => if (!$task->isExecuted() && $task->fileNeedsProcessing()) {
Metadata
Metadata
Assignees
Labels
No labels