Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2016 at 00:27 UTC
Updated:
16 Sep 2022 at 20:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pashupathi nath gajawada commentedComment #3
pashupathi nath gajawada commentedPlease find the attached patch which fixes this.
Comment #5
pashupathi nath gajawada commentedComment #7
poker10 commentedYes, it seems like there is a typo causing that each term which has mixed case letters is not loaded from the internal entity cache, instead is unset from the
$termsarray and loaded from the database.I have created a test to demonstrate this issue. Also attached the rerolled patch from #3, which should fix this problem. Let's check the testbot.
Comment #9
poker10 commentedI put an unnecessary override of
cacheGet()method in theTestTaxonomyTermControllerclass. Reuploading the patch with this fixed.Comment #11
mcdruid commentedAgain, the test that @poker10 added makes this easy to commit.
Thanks!
Comment #13
poker10 commentedThanks all!