Actions
Bug #11164
closedAnonymous blog comments are empty
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Spam/Spam Prevention
Target version:
Start date:
2019-02-26
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
While looking into #11160, I noticed that unauthenticated users attempting to post a blog comment will have their comment data wiped out.
This is due to changes to fix #11091:
https://github.com/cuny-academic-commons/cac/commit/269e74455de7fd99ebae03b880715b928478b03b
Need to return data for the filter. Fix coming shortly.
Related issues
Updated by Boone Gorges over 5 years ago
Crud, thank you. I guess one of these actions is actually a filter?
Updated by Raymond Hoh over 5 years ago
- Related to Support #11091: word limit for comments on a group doc? added
Updated by Raymond Hoh over 5 years ago
- Status changed from New to Staged for Production Release
Yeah, the 'preprocess_comment'
hook is a filter and not an action :)
Fixed in https://github.com/cuny-academic-commons/cac/commit/557e0be7072e0bbd3ba569004578130035b7f505
Updated by Boone Gorges over 5 years ago
- Status changed from Staged for Production Release to Resolved
Actions