mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
parent
fd7fd71bb7
commit
726cab5851
1 changed files with 5 additions and 1 deletions
|
|
@ -409,7 +409,11 @@ class ProcessController extends Controller
|
|||
protected function showHints(BpConfig $bp, Renderer $renderer)
|
||||
{
|
||||
$ul = Html::tag('ul', ['class' => 'error']);
|
||||
$this->prepareMissingNodeLinks($ul);
|
||||
|
||||
if (! $renderer->isLocked()) {
|
||||
$this->prepareMissingNodeLinks($ul);
|
||||
}
|
||||
|
||||
foreach ($bp->getErrors() as $error) {
|
||||
$ul->addHtml(Html::tag('li', $error));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue