Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2014 at 22:10 UTC
Updated:
11 Aug 2014 at 03:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
slashrsm commentedComment #3
slashrsm commentedComment #4
larowlanThanks, good find.
Comment #7
slashrsm commentedRe-roll.
Comment #8
slashrsm commentedSimple re-roll.
Comment #9
catchSo fixing this is good, but I think we should also look at whether we actually need this to be loaded into the entity object at all. For listings there is hook_entity_prepare_view() which might well be enough.
Comment #10
alexpottCommitted 8b72eb1 and pushed to 8.x. Thanks!
Comment #11
alexpottWe can explore #9 in another issue.
Comment #13
andypost@catch
Yes we need them, at least for #1920044: Move comment field settings that relate to rendering to formatter options
This is only place where we can load comment field related data
Comment #15
roderikI didn't see this issue until I spotted the commit in the D8 commit log last month...
...this was my fault since I pushed #2259209: Fix CommentStatistics::read() in, which should apparently have been named "break CommentStatistics::read()" instead...
...but since I know I'm the only one using the change in #2259209, and it's not necessary anymore: I'd really like to revert the behavior to before #2259209. See #2318875: Redo CommentStatisticsInterface for details. Sorry, and thanks for the tests.