Closed (fixed)
Project:
Serial Field
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
10 Apr 2017 at 13:15 UTC
Updated:
15 Feb 2019 at 21:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Anonymous (not verified) commented+1
Happens to me as well trying to add a serial field on a taxonomy type (using Drupal 8.4.2). This makes this module unusable on Drupal 8.
Comment #3
colorfieldHere is a patch that addresses the bundle key on the SerialSQLStorage::initOldEntries method, it was limited to the Node entity due to the condition set to 'type' for the entity bundle. So obviously it failed for other ContentEntityBase like custom ones or Term.
Comment #4
Anonymous (not verified) commentedI can confirm that #3 works on Drupal 8.4.4
Comment #5
joelpittetYeah this seems to resolve a problem running
drush entup[error] Unable to determine class for field type 'serial' found in the 'field.storage.node.field_paper_id' configurationComment #6
superlolo95 commented+1 for #3
Comment #8
colorfieldThanks @all for the review!