Closed (fixed)
Project:
Salesforce Suite
Version:
8.x-3.6
Component:
salesforce_webform.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2020 at 09:02 UTC
Updated:
10 Jun 2020 at 08:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aaronbaumanCan you please update to latest 3.x-dev or 4.x-dev version and report if this is still an issue?
Comment #3
ankush_03Yes I am using latest version.
Comment #4
dkosbob commentedI just ran into this. It appears Webform expects the webform id as a parameter as well as the weform_submission id, which I guess is not supplied by the SalesforceMappingLocalTask deriver.
In the webform module itself, there is a workaround for the same problem involving the devel module. I've just adapted that work around here, but perhaps there is a better way.
Comment #6
aaronbaumanAh, yes, we've worked around this in 4.x
Thanks for the patch - committed to 3.x
Comment #7
ankush_03