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…
Reference in New Issue