diff --git a/application/views/approval_chain_manager.xhtml b/application/views/approval_chain_manager.xhtml index 4e65b9e172a514c4f6a92d5ff9afdf3f8d3b2b66..26fc70cbdb0315dbc2f7bff90c6242d9a979312c 100644 --- a/application/views/approval_chain_manager.xhtml +++ b/application/views/approval_chain_manager.xhtml @@ -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'); ?>