ProcessController: fix tree view link

This commit is contained in:
Thomas Gelf 2016-11-30 14:51:09 +01:00
parent f8a9c08232
commit a5eaa19bce

View file

@ -283,8 +283,8 @@ class ProcessController extends Controller
$this->actions()->add(
Link::create(
$this->translate('Tree'),
'businessprocess/process/show',
$this->currentProcessParams(),
$this->url()->with('mode', 'tree'),
null,
array('class' => 'icon-sitemap')
)
);