diff --git a/library/Businessprocess/BpNode.php b/library/Businessprocess/BpNode.php index 9c1a11b..469cddf 100644 --- a/library/Businessprocess/BpNode.php +++ b/library/Businessprocess/BpNode.php @@ -257,7 +257,7 @@ class BpNode extends Node protected function getActionIcons($view) { $icons = array(); - if (! $this->bp->isLocked()) { + if (! $this->bp->isLocked() && $this->name !== '__unbound__') { $icons[] = $this->actionIcon( $view, 'wrench',