Needs work
Project:
User Import
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 15:44 UTC
Updated:
7 Jul 2019 at 15:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
victoriachan commentedHere is the patch
Comment #2
victoriachan commentedSorry, a small bug with the previous patch. I've amended it now.
Comment #3
victoriachan commentedUpdated drupal_set_message to make string cleaner. Sorry, I promise to stop fiddling!
Comment #4
robert castelo commentedThanks for the patch, feel welcome to fiddle with it as much as you want :-)
I'll try and review as soon as I can, currently putting most of my time into a D7 release of User Import.
Comment #5
gisleIMHO. this is not the correct way to add support for a contributed module.
To take care of this, implement
hook_field_user_import_supported_alter()in the Ubercart module.I believe that this project should not be bloated with code to support various contributed modules - that code need to go into the project where it belongs. The hook will make the field supported by this project.
However, if Roberto Castelo disagrees and want to review this patch and eventually commit it to User Import, that's his prerogative.
However, the Drupal 6 branch is no longer supported, so needs to be rerolled for the latest development snapshot (7.x-3.x-dev). For this reason, I am setting status to "needs work".