Closed (fixed)
Project:
Salesforce Suite
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Apr 2012 at 22:09 UTC
Updated:
23 Aug 2012 at 16:31 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | sf_import-getupdated-1548000-2.patch | 2.76 KB | pmitchell |
| #1 | sfgetupdated-1548000-2.patch | 2.41 KB | pmitchell |
Comments
Comment #1
pmitchell commentedComment #2
kostajh commentedThe patch does not apply cleanly. Could you please checkout the latest 6.x-2.x code and incorporate your changes? Thanks!
Comment #3
pmitchell commentedOkay, rerolled patch against current 6.x-2.x head.
Comment #4
kostajh commentedThanks. Can you confirm that you've tested this and it works without any issues?
Comment #5
kostajh commentedThe function was replaced with
sf_import_import_records(). I'll have a patch available soon for 6.x and 7.x branches.Comment #6
kostajh commentedThis is fixed in the latest 6.x-2.x-dev and 7.x-2.x-dev.
Comment #7
kostajh commented