Skip to content

Commit

Permalink
Issue #534 by pjohans: Undo make interest_period field required.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjohans committed Oct 13, 2014
1 parent 8c1155c commit 678a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alma.features.field_instance.inc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function alma_field_default_field_instances() {
'entity_type' => 'profile2',
'field_name' => 'field_alma_interest_period',
'label' => 'Interest period',
'required' => 1,
'required' => 0,
'settings' => array(
'user_register_form' => FALSE,
),
Expand Down

0 comments on commit 678a5f9

Please sign in to comment.