mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 18:19:33 -05:00
parent
a941052efa
commit
2a82b326fe
1 changed files with 3 additions and 1 deletions
|
|
@ -147,7 +147,9 @@ class TreeRenderer extends Renderer
|
|||
[
|
||||
'id' => $htmlId,
|
||||
'class' => ['bp', 'movable', $node->getObjectClassName()],
|
||||
'data-node-name' => $node->getName()
|
||||
'data-node-name' => $node instanceof ImportedNode
|
||||
? $node->getNodeName()
|
||||
: $node->getName()
|
||||
]
|
||||
);
|
||||
$attributes = $li->getAttributes();
|
||||
|
|
|
|||
Loading…
Reference in a new issue