Closed (fixed)
Project:
Salesforce Suite
Version:
7.x-2.x-dev
Component:
sf_import
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Jun 2011 at 21:04 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dpearcefl commentedAlso found another curious bug for nodes.
Patch attached.
Comment #2
EvanDonovan commentedTracking for 7.x-2.x.
Comment #3
Alice Heaton commentedHi,
The patch given by @dpearceMN fixes two issues :
I have made the following modifications to the original patch :
to be consistent with the rest of the code in the file ;
of strpos, as this may return FALSE. (because of this, the original
patch would not have worked for non-node types. It now
covers both cases).
The patch works for me. I'm setting this to 'major', because the drush sf-import command
is not working at the moment for node types at all.
Comment #4
kostajh commentedDo you mind re-rolling the patch using git diff? I couldn't get this to apply to 6.x-2.x.
Comment #5
Alice Heaton commentedHere it is :)
Comment #6
kostajh commentedThanks Anselm! Committed to 6.x-2.x-dev: http://drupalcode.org/project/salesforce.git/commit/8602586
Comment #7
kostajh commentedFixed: http://drupalcode.org/project/salesforce.git/commit/947caf6