Closed (fixed)
Project:
Value
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Feb 2020 at 14:28 UTC
Updated:
4 Oct 2021 at 06:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ankush_03Added patch for the same !
Comment #3
john cook commentedThis looks good.
The patch add changes the
core_version_requirementkey to the info.yml file.The patch applies cleanly.
So, I'm changing the status to RTBC.
Comment #5
jsst commentedCreated an issue fork, didn't mean to, I didn't push anything.
Could we merge this change and publish a new D9 compatible version? Or is there any work that needs to be done?
Comment #6
jsst commentedThe value.services.yml file references the deprecated (removed in D9) entity.manager service. It must be removed for this module to actually work in D9:
Comment #7
suresh prabhu parkala commentedUpdated patch as per #6 . please review.
Comment #8
bgilhome commentedIn 9.19, the serializer.normalizer.entity service has 3 arguments - this module's serializer.value.content_entity service only has one. Patch to add the 2 other required arguments (entity_type.repository, entity_field.manager) attached.
Comment #9
bgilhome commentedOops, removing the diff on the generated PATCHES.txt file.
Comment #11
shadcn commented@everyone, I had already start fixing D9 deprecated code when I saw this issue. Sorry. I'll keep the issue credit. Thank you.