Mwalker has uploaded a new change for review.
https://gerrit.wikimedia.org/r/111928
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(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm
refs/changes/28/111928/1
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: newchange
Gerrit-Change-Id: I122fa230fe54cb3ef6e6f35e452517d5534c0928
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits