From 678a5f975b0400ae09eac50b168e7c7b50e8fd92 Mon Sep 17 00:00:00 2001 From: pjohans Date: Fri, 10 Oct 2014 08:46:51 +0200 Subject: [PATCH] Issue #534 by pjohans: Undo make interest_period field required. --- alma.features.field_instance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alma.features.field_instance.inc b/alma.features.field_instance.inc index 3ff302b..6d03c53 100644 --- a/alma.features.field_instance.inc +++ b/alma.features.field_instance.inc @@ -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, ),