From 2295317c9e4b00a4d40fb041aad5e673448daf2d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 18 Jul 2016 13:59:10 -0400 Subject: [PATCH] Make the group id required. This is to prevent them form entering interests that won't be shown anywhere. --- classes/data/dataInterests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/data/dataInterests.php b/classes/data/dataInterests.php index b4c5693..30842be 100644 --- a/classes/data/dataInterests.php +++ b/classes/data/dataInterests.php @@ -131,7 +131,7 @@ class GlmDataInterests extends GlmDataAbstract 'p_orderby' => 'title', 'p_blank' => true, 'force_list' => true, - 'required' => false, + 'required' => true, 'use' => 'a' ), -- 2.17.1