ImportedNode: fix link to linked node

This commit is contained in:
Thomas Gelf 2017-02-17 18:40:54 +01:00
parent cc70b28cf3
commit 59d721fdbc

View file

@ -230,8 +230,8 @@ class ImportedNode extends Node
$this->getAlias(),
'businessprocess/process/show',
array(
'config' => $this->configName,
'process' => $this->name
'config' => $this->configName,
'node' => $this->nodeName
)
);
}