Skip to content
Snippets Groups Projects
Commit 2b6e980e authored by Tim Steiner's avatar Tim Steiner
Browse files

Add "--Exit Chain--" to the list of next actions on the approval-chaain-manager.

parent 52af9a3d
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@
'nextAction',
null,
null,
$this->approvalActions->arrayFromMethod('getName')
array('_null' => '--Exit Chain--')
+ $this->approvalActions->arrayFromMethod('getName')
); ?>
</td>
</tr>
......@@ -111,7 +112,8 @@
'nextAction[' . $approvalLink->getId() . ']',
$approvalLink->getNextAction(),
null,
$this->approvalActions->arrayFromMethod('getName')
array('_null' => '--Exit Chain--')
+ $this->approvalActions->arrayFromMethod('getName')
); ?>
</td>
<td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment