Description of the bug
When comments are disabled for a content type, on the page "Manage comments" (admin/content/comment) the comments related to that type are still linked in the list, but the link goes to non-existing comments, e.g. example.com/comment/3#comment-3.
This is a follow-up to #3016, where this feature was introduced.
Steps To Reproduce
To reproduce the behavior:
- Use the 1.x / 1.33.0-preview version
- Ensure comments are enabled on the
post content type and a comment on a post node.
- Disable comments on the
post type.
- Visit
admin/content/comment
- See/click on the comment posted in step 2.
The comment is not visible on the linked page, because comments were disabled on the node type. The comment should not be shown in the admin/content/comment listing at all when comments are disabled on the type.
Additional information
- Backdrop CMS version: 1.33.x
Description of the bug
When comments are disabled for a content type, on the page "Manage comments" (admin/content/comment) the comments related to that type are still linked in the list, but the link goes to non-existing comments, e.g. example.com/comment/3#comment-3.
This is a follow-up to #3016, where this feature was introduced.
Steps To Reproduce
To reproduce the behavior:
postcontent type and a comment on apostnode.posttype.admin/content/commentThe comment is not visible on the linked page, because comments were disabled on the node type. The comment should not be shown in the
admin/content/commentlisting at all when comments are disabled on the type.Additional information