Closed (won't fix)
Project:
Salesforce Suite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2012 at 23:06 UTC
Updated:
31 Oct 2013 at 13:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
nonsiePatch moves connection test to the loading of the form rather than to the validation of the form.
Comment #2
aaronbaumanThe point of doing this during validation is to make sure that the credentials work before any existing credentials are overwritten.
A proper fix would allow for salesforce_api_connect() and salesforce_api_login() to take additional parameters to set a proxy at call time, rather than only rely on a variable. A temporary fix would be to determine, during validation, whether to check the connection based on whether a proxy is being added or updated.
Comment #3
kostajh commentedClosing this issue. See #2124817: 7.x-2.x and 6.x-2.x branches are no longer supported for more info.