Skip to content

Commit

Permalink
Collapse the Instantiate fieldset by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Apr 21, 2020
1 parent 74a24eb commit e6b774a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regen_ecostate_oracle.module
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ function regen_ecostate_oracle_instantiate_contract_form($form, &$form_state, $a
$form['instantiate_contract'] = array(
'#type' => 'fieldset',
'#title' => 'Instantiate New Contract',
'#collapsible' => TRUE,
'#collapsed' => TRUE,
);

$form['instantiate_contract']['instantiate_code_id'] = array(
Expand Down

0 comments on commit e6b774a

Please sign in to comment.