mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
parent
575fb964d0
commit
6a31f01e4f
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