From 59d721fdbc025c86f47c5fc276b7d210076275d5 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 17 Feb 2017 18:40:54 +0100 Subject: [PATCH] ImportedNode: fix link to linked node --- library/Businessprocess/ImportedNode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Businessprocess/ImportedNode.php b/library/Businessprocess/ImportedNode.php index a94b43b..d7eeee3 100644 --- a/library/Businessprocess/ImportedNode.php +++ b/library/Businessprocess/ImportedNode.php @@ -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 ) ); }