NodeTile: Don't show action links for imported nodes

refs #209
This commit is contained in:
Johannes Meyer 2019-02-28 07:48:42 +01:00
parent 885064b577
commit a941052efa

View file

@ -293,6 +293,7 @@ class NodeTile extends BaseHtmlElement
}
if (! $this->renderer->getBusinessProcess()->getMetadata()->canModify()
|| $this->node->getBpConfig()->getName() !== $this->renderer->getBusinessProcess()->getName()
|| $this->node->getName() === '__unbound__'
) {
return;