TreeRenderer: fix simulation link

This commit is contained in:
Thomas Gelf 2016-11-30 14:35:13 +01:00
parent 8825b0e343
commit 064e6934fb

View file

@ -203,9 +203,10 @@ class TreeRenderer extends Renderer
{
return $this->actionIcon(
'magic',
Url::fromPath('businessprocess/process/show?addSimulation&unlocked', array(
'config' => $bp->getName(),
'node' => $node->getName()
$this->getUrl()->with(array(
//'config' => $bp->getName(),
'action' => 'simulation',
'simulationnode' => $node->getName()
)),
$this->translate('Simulate a specific state')
);