Skip to content

Commit

Permalink
Keep marking the submissions properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Erkelens committed Aug 2, 2018
1 parent 14038e2 commit 0b7cfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jobs/PartialSubmissionJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ protected function processSubmissions($form, $submissions, $resource)
}
}
$i++;
$submission->IsSend = true;
$submission->write();
}
$this->extend('updateCSVRecords', $submitted, $editableFields);
foreach ($submitted as $submitItem) {
fputcsv($resource, $submitItem);
}
$submission->IsSend = true;
$submission->write();
}

/**
Expand Down

0 comments on commit 0b7cfda

Please sign in to comment.