- Issue created by @DamienMcKenna
- Assigned to DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
I'll log what I find as I trace my way through the problem.
- Issue was unassigned.
- Status changed to Closed: works as designed
7 months ago 6:59pm 17 June 2024 - πΊπΈUnited States DamienMcKenna NH, USA
The problem was when I shoehorned a migrated configuration for the comment system to work with the forum module, that expects the forum comments to use the comment bundle "comment_forum", this setting on the field storage was incorrect:
settings: comment_type: comment
It needed to be this:
settings: comment_type: comment_forum
Once I changed that and re-loaded the configuration, everything worked as expected.