We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd691fa commit 5450b92Copy full SHA for 5450b92
library/Reporting/Web/Forms/ReportForm.php
@@ -203,7 +203,7 @@ public function onSuccess()
203
$db->delete('reportlet', ['report_id = ?' => $reportId]);
204
}
205
206
- foreach ($values['reportlet'] as $reportlet) {
+ foreach ($this->getPopulatedValue('reportlet') as $reportlet) {
207
array_walk($reportlet, function (&$value) {
208
if ($value === '') {
209
$value = null;
0 commit comments