Opened 16 years ago
Closed 11 years ago
#15610 closed defect (bug) (fixed)
Comments on attachments don't appear in site-wide comments RSS feed
| Reported by: | markel | Owned by: | stevenkword |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | Feeds | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch has-unit-tests |
| Cc: | Focuses: |
Description
Tested against r16950.
Comments that are entered against an attachment do not appear in the site-wide comments RSS feed (e.g., http://sitename.com/comments/feed/).
To test:
- Add an attachment of any kind (usually image), then View the attachment.
- Post a comment on the attachment page.
- Check the site's comments RSS feed - the comment will not appear.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
15610.patch adds a test and changes the query for comments to include comments on attachments. I wonder if there needs to be any check on the post status for the attachment's parent post.