The csv_alter function does not use the correct cid to get the addressfield data. Patch attached (this is a PHP 7 patch, will add a PHP 5 patch if I get the time).
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | webform_addressfield_extra-csv-2957115-4.patch | 1.63 KB | lambic |
| #4 | webform_addressfield_extra-csv-2957115-4.patch | 1.77 KB | lambic |
| #3 | webform_addressfield_extra-csv-2957115-2.patch | 1.56 KB | lambic |
| #2 | webform_addressfield_extra-csv-2957115-2.patch | 2.28 KB | lambic |
Comments
Comment #2
lambic commentedComment #3
lambic commentedfixed patch attached
Comment #4
lambic commentedThis patch got broken by the 1.9 release of addressfield_tokens, so here's a fix.
Comment #5
lambic commentedFixed patch to work with 2830233 patch.
Comment #7
lambic commentedCommitted to 1.x
Comment #8
lambic commentedComment #9
lambic commentedComment #10
dale42This patch includes the PHP 7 null coalesce operator: ??, breaking PHP 5 sites.
Is this an accident or will the module require PHP 7 going forward?
Comment #11
lambic commented