This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 315c665 Fix field name
315c665 is described below
commit 315c66580284c8da6ce3c3789b079ab743c6e414
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 19 16:04:24 2021 +0100
Fix field name
---
www/secretary/iclaparser.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/secretary/iclaparser.rb b/www/secretary/iclaparser.rb
index f88bcfa..b1f5255 100644
--- a/www/secretary/iclaparser.rb
+++ b/www/secretary/iclaparser.rb
@@ -122,6 +122,7 @@ module ICLAParser
'postaladdress' => :MailingAddress,
'postaladdress2' => :MailingAddress2,
'country' => :Country,
+ 'formattedfield1' => :Country, # fix up bad form name
'telephone' => :Telephone,
'e-mail' => :EMail,
'preferredapacheid(s)' => :ApacheID,