Needs review
Project:
Serial Field
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Feb 2019 at 21:15 UTC
Updated:
28 Feb 2020 at 09:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
liquidcms commentedPretty sure this doesn't do anything. Yes, it does make the Serial field visible in the list of Target fields; but when user is created it simply uses the next serial number as opposed to the ones being imported.
Comment #3
liquidcms commentedIs it possible this can not be done with Feeds import and only way to accomplish this is to be able to disable serial function until after migrations?
Comment #4
liquidcms commentedAfter discussion with Feeds maintainer (@MegaChriz), he agreed this could not be done with a basic Feeds target as the Serial module will override the import value. SO i added a tweak to the getSerial() call in this module to not insert its serial value if there is already a value set at that point (like when coming from import).
Comment #5
liquidcms commentedComment #6
kswamy commentedAttached is updated patch since previous patch is failing. Also removed MessengerInterface and protected variable since we are not using it anywhere.
The code is working fine and import works.