We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b251deb commit 0c907caCopy full SHA for 0c907ca
1 file changed
library/Reporting/Web/Forms/ReportForm.php
@@ -193,7 +193,7 @@ public function onSuccess()
193
$db->delete('reportlet', ['report_id = ?' => $reportId]);
194
}
195
196
- foreach ($values['reportlet'] as $reportlet) {
+ foreach ($this->getPopulatedValue('reportlet') as $reportlet) {
197
array_walk($reportlet, function (&$value) {
198
if ($value === '') {
199
$value = null;
0 commit comments