Closed (fixed)
Project:
Metatag
Version:
8.x-1.x-dev
Component:
Importing/migrating data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2020 at 10:03 UTC
Updated:
24 Aug 2020 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
huzookaThis happens because the
count()method that\Drupal\metatag\Plugin\migrate\source\d7\MetatagFieldInstanceinherits operates with the query. ButMetatagFieldInstance::initializeIterator()(usually) creates more rows than the result of the query.Comment #3
huzookaUpdated the source plugin's tests.
Comment #5
huzookaRemoving the hard-coded expected count entirely.
Comment #7
wim leersLGTM! 👍
Comment #9
damienmckennaThanks. Committed.