Skip to content

Commit 50557d1

Browse files
author
Timm Ortloff
committed
ReportForm: Fix reportlet name
1 parent 66996a3 commit 50557d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Reporting/Web/Forms/ReportForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected function assemble()
111111

112112
$addElement->getWrapper()->ensureAssembled()->add($removeElement);
113113

114-
$reportletClass = $group->getPopulatedValue('reportlet');
114+
$reportletClass = $group->getPopulatedValue('add_reportlet');
115115
if (! empty($reportletClass)) {
116116
$config = new Form();
117117

0 commit comments

Comments
 (0)