Closed (fixed)
Project:
Default Content Extras
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jun 2020 at 13:41 UTC
Updated:
14 Sep 2020 at 12:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
suzymasriPatch attached.
Comment #3
suzymasriCorrected object name in comments block.
Comment #4
timmillwoodLooks good.
Comment #6
suzymasriComment #7
benoit.condaminet commentedVery strange, I still have this issue with the last release (beta7) : The service "serializer" has a dependency on a non-existent service "entity.manager".
It happens when I "drush en" the module.
Comment #9
divyesh19There's one instance where deprecated service
entity.manageris still present.Addressed the same in attached patch.
Comment #10
divyesh19Okay, this is fixed in #3170770: Remove deprecated "entity.manager" service. Thanks Suzy.