We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be357a commit 3e340d0Copy full SHA for 3e340d0
1 file changed
application/controllers/ReportController.php
@@ -61,7 +61,7 @@ public function editAction()
61
];
62
63
foreach ($this->report->getReportlets() as $key => $reportlet) {
64
- $values['reportlet'][$key]['reportlet'] = $reportlet->getClass();
+ $values['reportlet'][$key]['reportlet_class'] = $reportlet->getClass();
65
66
foreach ($reportlet->getConfig() as $name => $value) {
67
$values['reportlet'][$key][$name] = $value;
0 commit comments