core/modules/comment/src/Entity/Comment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/comment/src/Entity/Comment.php b/core/modules/comment/src/Entity/Comment.php index 8507fe3..1579c48 100644 --- a/core/modules/comment/src/Entity/Comment.php +++ b/core/modules/comment/src/Entity/Comment.php @@ -39,6 +39,7 @@ * uri_callback = "comment_uri", * fieldable = TRUE, * translatable = TRUE, + * render_cache = FALSE, * entity_keys = { * "id" = "cid", * "bundle" = "field_id",