sf_import_settings_form_submit in sf_import.admin.inc still uses _sf_import_get_updated_records, which no longer exists in the current version of 6.x-dev. Submitting a patch to replace that with a call to salesforce_api_get_updated.

Comments

pmitchell’s picture

Status: Active » Needs review
StatusFileSize
new2.41 KB
kostajh’s picture

Status: Needs review » Needs work

The patch does not apply cleanly. Could you please checkout the latest 6.x-2.x code and incorporate your changes? Thanks!

pmitchell’s picture

Status: Needs work » Needs review
StatusFileSize
new2.76 KB

Okay, rerolled patch against current 6.x-2.x head.

kostajh’s picture

Thanks. Can you confirm that you've tested this and it works without any issues?

kostajh’s picture

Assigned: Unassigned » kostajh
Status: Needs review » Active

The function was replaced with sf_import_import_records(). I'll have a patch available soon for 6.x and 7.x branches.

kostajh’s picture

This is fixed in the latest 6.x-2.x-dev and 7.x-2.x-dev.

kostajh’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.