Mwalker has submitted this change and it was merged.
Change subject: field should not be required
......................................................................
field should not be required
Change-Id: I3af244c9006fede2b3d1d454e4b4e2e48d84bd5b
---
M sites/all/modules/wmf_common/wmf_common.module
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mwalker: Verified; Looks good to me, approved
diff --git a/sites/all/modules/wmf_common/wmf_common.module
b/sites/all/modules/wmf_common/wmf_common.module
index 395c786..049c537 100644
--- a/sites/all/modules/wmf_common/wmf_common.module
+++ b/sites/all/modules/wmf_common/wmf_common.module
@@ -97,7 +97,7 @@
$form[ 'wmf_common_no_failmail' ] = array(
'#type' => 'textfield',
'#title' => t('Failmail Message Exceptions for Email'),
- '#required' => TRUE,
+ '#required' => FALSE,
'#default_value' => variable_get('wmf_common_no_failmail', ''),
'#description' => t('Comma-delimited (no spaces) list of donor email
addresses that will never trigger failmail'),
);
--
To view, visit https://gerrit.wikimedia.org/r/73547
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3af244c9006fede2b3d1d454e4b4e2e48d84bd5b
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits