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
Branches
Tags
No related merge requests found
...@@ -63,7 +63,8 @@ ...@@ -63,7 +63,8 @@
'nextAction', 'nextAction',
null, null,
null, null,
$this->approvalActions->arrayFromMethod('getName') array('_null' => '--Exit Chain--')
+ $this->approvalActions->arrayFromMethod('getName')
); ?> ); ?>
</td> </td>
</tr> </tr>
...@@ -111,7 +112,8 @@ ...@@ -111,7 +112,8 @@
'nextAction[' . $approvalLink->getId() . ']', 'nextAction[' . $approvalLink->getId() . ']',
$approvalLink->getNextAction(), $approvalLink->getNextAction(),
null, null,
$this->approvalActions->arrayFromMethod('getName') array('_null' => '--Exit Chain--')
+ $this->approvalActions->arrayFromMethod('getName')
); ?> ); ?>
</td> </td>
<td> <td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment