mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Fix Icinga\Form\ConfigForm show config feature not available for modules
refs #5525
This commit is contained in:
parent
0693e7cf2d
commit
6bde740d21
@ -54,6 +54,7 @@ class ConfigForm extends Form
|
||||
$writer->write();
|
||||
} catch (Exception $e) {
|
||||
$this->addDecorator('ViewScript', array(
|
||||
'viewModule' => 'default',
|
||||
'viewScript' => 'showConfiguration.phtml',
|
||||
'errorMessage' => $e->getMessage(),
|
||||
'configString' => $writer->render(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user