Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
hal.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Oct 2017 at 13:02 UTC
Updated:
27 Oct 2017 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersComment #3
amateescu commentedMakes perfect sense :)
Comment #6
xjmHa, that is indeed confusing.
I checked for other instances of
$denormalizedin case this was a situation where the same bug got copied along the inheritance chain:grep -r "\$denormalized\b" *All the remaining results were in tests and appeared at a glance to refer to denormalized values, rather than normalized ones. So the scope seems to be complete.
Committed to 8.5.x. Since this is a local variable, backporting the fix wouldn't have any disruption except that child implementations that copied the same confusing name would now additionally have a variable name that was out of sync, but that's not an actual disruption, so I also cherry-picked this to 8.4.x. Thanks!