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

Fix to allow creation of new changes from web interface

parent e05b5549
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@
array('class' => 'action_type_select'),
$this->approvalActions); ?>
</label>
<?php if ($this->approvalChain->getPrimaryKey()) { ?>
<label class="participating_roles">
Participating Roles:<br/>
<?php echo $this->formSelect('participatingRoles', null,
......@@ -168,6 +169,7 @@
'name', ApprovalBodyRoles::getInstance()->getPrimaryKeyName()
)); ?>
</label>
<?php } ?>
<div class="edit_approval_chain_specifics clear"></div>
</div>
<?php echo $this->formSubmit('submit', 'Create'); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment