toplevel: preserve process

This commit is contained in:
Thomas Gelf 2014-12-01 19:18:55 +01:00
parent 48fb0b61bf
commit 6aee9d7de5

View file

@ -25,7 +25,7 @@ if ($count < 20) {
<div class="toplevel <?= $howMany ?>" data-base-target="_next">
<?php foreach ($this->bp->getChildren() as $name => $node): ?>
<div class="<?= strtolower($node->getStateName()) ?><?= $node->isHandled() ? ' handled' : '' ?>">
<a href="<?= $this->url('businessprocess/process/show', array('processName' => $this->processName, 'process' => $name)) ?>"><?= $this->escape($name) ?></a>
<a href="<?= $this->url('businessprocess/process/show', array('processName' => $this->processName, 'process' => $name)) ?>"><?= $this->escape($node->getAlias()) ?></a>
</div>
<?php endforeach ?>
</div>