Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
comment.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Sep 2021 at 06:56 UTC
Updated:
8 Nov 2021 at 10:34 UTC
Jump to comment: Most recent
Comments
Comment #2
larowlanComment and commented entity are two different things, the later is the entity to which the comment is attached, e.g a node
If that's not what you're seeing, please reopen
Comment #3
chi commentedSorry, the quote was referencing wrong variable. The issue is about
entityandcommented_entityvariables. I've just fixed the issue description.Comment #4
chi commentedComment #6
gabrieldaComment #8
gabrieldaHello,
I have changed the documentation as suggested. Please review.
Cheers,
Gabriel
Comment #9
gabrieldaComment #10
chi commentedThank you.
Comment #11
lauriiiWe should also update other instances of comment.html.twig.
Comment #12
beatrizrodriguesI'm planning to work on this issue by today. Monday too, probably. I'm new here, so it's my first time working on a issue. Hopefully, I will send it to review soon.
Comment #13
beatrizrodriguesFixed the documentation in the others files too.
Comment #14
chi commented@beatrizrodrigues the failed test checks MD5 hash for the comment.html.twig temlate. Since the content of the file has been changed it needs to be updated. The new hash is
7662f597b7d22817b156d1e2956e6b84.https://git.drupalcode.org/issue/drupal-3236540/-/blob/3236540-wrong-doc...
Comment #15
beatrizrodrigues@chi thank you! I did it.
Comment #16
chi commentedThe name of the variable is "commented_entity" not "commented-entity".
Comment #18
ankithashettyUpdated variable name from 'commented-entity' to 'commented_entity' as suggested in #16 and rebased the branch.
Thanks!
Comment #19
chi commentedThe file hash needs to be updated once again.
Comment #20
beatrizrodriguesComment #21
beatrizrodriguesI think it will be all fixed right now.
Comment #22
chi commentedLooks good to me. Thank you.
Comment #23
alexpottCommitted ec2c23d and pushed to 9.3.x. Thanks!