Closed (fixed)
Project:
Salesforce Webform Data Integration
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
18 Mar 2011 at 13:58 UTC
Updated:
19 Apr 2012 at 04:01 UTC
I have a file field in my webform. When there is a file in there, it submits the fid to salesforce. Not my ideal behavior but for now I can work with it. However, when there is no file in that field, I get a value of ";;" sent to salesforce. This patch corrects that but checking for an actual array value when salesforcewebform concatenates "subvalues" - so far, no ill effects.
Line numbers might not match up for all, as this was done against 2.x-dev with patches #28 and #29 from #772102: Webform 3.x compatibility applied.
| Comment | File | Size | Author |
|---|---|---|---|
| salesforcewebform_subkey_check.patch | 512 bytes | dafeder |
Comments
Comment #1
chriscalip commentedComment #2
chriscalip commentedI cant help out in 2.x branch see: http://drupal.org/node/1092344
Comment #3
obsidiandesign commentedFixed in the 6.x-2.x-dev release as of this evening. Thanks to dafeder for the patch.
Bryan O'Shea