Adamw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/73547


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/47/73547/1

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: newchange
Gerrit-Change-Id: I3af244c9006fede2b3d1d454e4b4e2e48d84bd5b
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>

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

Reply via email to