Fixed \XF\Import\Data\ReactionContent shouldn't retain IDs

Jake B.

Well-known member
Affected version
2.2.5
Currently if you have an importer that retains IDs you'll likely run into issues, especially with add-on importers. For example with this importer. I don't think keeping the ID on ReactionContent is ever important, so it's probably a good idea to set protected $allowRetainIds = false; on \XF\Import\Data\ReactionContent
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.7).

Change log:
Don't allow retaining IDs when importing reaction content records
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom