Closed (fixed)
Project:
Taxonomy Machine Name
Version:
8.x-1.x-dev
Component:
Other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jan 2020 at 11:52 UTC
Updated:
17 Nov 2020 at 13:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
john cook commentedI've created a patch to address the deprecated code.
Comment #3
john cook commentedComment #4
rogerpfaffPatch applied (PHPSTORM). Deprecated code calls are all removed and drupal-check returns OK.
Comment #5
john cook commentedI've run the patch against upgrade status. There are currently some outstanding issues:
The
core_version_requirementissue is covered in #3109472: Drupal 9 Readiness. I'm setting the status back to Needs work for the other issues.Comment #6
mrinalini9 commentedComment #7
mrinalini9 commentedComment #8
suresh prabhu parkala commentedupdated patch as mentioned in #5. Please review.
Comment #9
smrutha commentedPatch #8 works fine.
drupal-check -d modules/contrib/taxonomy_machine_name
5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] No errors
Comment #10
smrutha commentedComment #11
DonAtt commented+1: Patch #8 works perfectly for me on Drupal 9.0.7.
One small nitpick:
This is not required as
Drupal\taxonomy\TermStorageis not used.I added the fixed patch.
Comment #13
sdstyles commentedThanks!