This triggers all node update functions when a new comment is added for that node. Because we only store per-View setting, we cannot easily check this when hook_comment_*() is called. We can probably setup a global setting to toggle this behavior, but I'm not sure a logical place to put this solitary setting.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | views_content_cache-trigger_node_updates_comment-1807994-4.patch | 2.17 KB | erikwebb |
| #1 | views_content_cache-trigger_node_updates_comment-1807994-1.patch | 1.75 KB | erikwebb |
Comments
Comment #1
erikwebb commentedComment #3
erikwebb commentedIf this is a direction that we want to go, I'll update the tests accordingly.
Comment #4
erikwebb commentedI've wrapped this behavior inside of a off-by-default variable until we figure out a decent place to put this.
Comment #5
erikwebb commentedComment #6
damienmckenna