Skip to content
Snippets Groups Projects

Issue #3202553: Status Report section not visible on domain page

Merged J5 requested to merge issue/drd-3202553:3202553-status-report-section into 4.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -86,7 +86,7 @@ class Domain extends Base {
$this->moduleHandler->loadInclude('drd', 'install');
foreach ($entities as $id => $entity) {
$build[$id]['status_report'] = [
'#theme' => 'status_report',
'#type' => 'status_report',
'#requirements' => $entity->getRemoteRequirements(),
];
}
Loading