Skip to content

Commit 0b7cfda

Browse files
author
Simon Erkelens
committed
Keep marking the submissions properly
1 parent 14038e2 commit 0b7cfda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jobs/PartialSubmissionJob.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ protected function processSubmissions($form, $submissions, $resource)
200200
}
201201
}
202202
$i++;
203+
$submission->IsSend = true;
204+
$submission->write();
203205
}
204206
$this->extend('updateCSVRecords', $submitted, $editableFields);
205207
foreach ($submitted as $submitItem) {
206208
fputcsv($resource, $submitItem);
207209
}
208-
$submission->IsSend = true;
209-
$submission->write();
210210
}
211211

212212
/**

0 commit comments

Comments
 (0)