From 00a8576049d4f1f17791b45b5f1261ae6722c12e Mon Sep 17 00:00:00 2001 From: pjohans Date: Fri, 10 Oct 2014 07:09:03 +0200 Subject: [PATCH] Issue #534 by pjohans: Make interest_period required to avoid --none-- selection. --- 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 6d03c53..3ff302b 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' => 0, + 'required' => 1, 'settings' => array( 'user_register_form' => FALSE, ),