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 66996a3 commit 50557d1Copy full SHA for 50557d1
1 file changed
library/Reporting/Web/Forms/ReportForm.php
@@ -111,7 +111,7 @@ protected function assemble()
111
112
$addElement->getWrapper()->ensureAssembled()->add($removeElement);
113
114
- $reportletClass = $group->getPopulatedValue('reportlet');
+ $reportletClass = $group->getPopulatedValue('add_reportlet');
115
if (! empty($reportletClass)) {
116
$config = new Form();
117
0 commit comments