Adamw has submitted this change and it was merged.

Change subject: FR #1353 Do not require a checkbox to be checked
......................................................................


FR #1353 Do not require a checkbox to be checked

Change-Id: I122fa230fe54cb3ef6e6f35e452517d5534c0928
---
M sites/all/modules/globalcollect_audit/globalcollect_audit.module
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Adamw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/sites/all/modules/globalcollect_audit/globalcollect_audit.module 
b/sites/all/modules/globalcollect_audit/globalcollect_audit.module
index 1b480ed..7a511b5 100644
--- a/sites/all/modules/globalcollect_audit/globalcollect_audit.module
+++ b/sites/all/modules/globalcollect_audit/globalcollect_audit.module
@@ -60,7 +60,7 @@
   $form['globalcollect_audit_test_mode']  = array(
     '#type' => 'checkbox',
     '#title' => t( 'When this box is checked, no stomp messages will be sent.' 
),
-    '#required' => TRUE,
+    '#required' => FALSE,
     '#default_value' => variable_get( 'globalcollect_audit_test_mode', 
CONTRIBUTION_AUDIT_TEST_MODE ),
   );
   $form['globalcollect_audit_plusminus']  = array(

-- 
To view, visit https://gerrit.wikimedia.org/r/111928
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I122fa230fe54cb3ef6e6f35e452517d5534c0928
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>
Gerrit-Reviewer: Adamw <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to