In salesforce_api_demo this code $sf->client->describeSObjects(array('Lead')) uses a fixed argument ('Lead') when it should use $arg.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | salesforce_api.module.patch | 472 bytes | aaronbauman |
In salesforce_api_demo this code $sf->client->describeSObjects(array('Lead')) uses a fixed argument ('Lead') when it should use $arg.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | salesforce_api.module.patch | 472 bytes | aaronbauman |
Comments
Comment #1
aaronbaumanComment #2
Bevan commentedI was about to submit an almost-identical patch.
#442634: Examine data structrue with devel or krumo if available adds a related feature that depends on (or includes) this patch.
Comment #3
Bevan commentedCommited to DRUPAL-6--2