Opened 3 years ago
Closed 2 years ago
#2425 closed Defect (fixed)
Blog posts changing from status 'draft' to 'published' not showing up on river
| Reported by: | jtilson | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | Elgg 1.8.0 |
| Component: | Blog | Version: | Github Master |
| Severity: | trivial | Keywords: | |
| Cc: | brettp | Difficulty: | trivial |
Description
When creating a blog post and saving it as a draft a river entry is not created (makes sense). If you change a blog post to published, one would expect a river entry. Currently the blog edit action does not handle this.
I've attached a proposed patch that checks for a previous status of draft and if changing to published, posts to the river. If changing from published to draft the river entry is removed.
Attachments (1)
Change History (3)
Changed 3 years ago by jtilson
comment:1 Changed 3 years ago by brettp
- Component changed from Core to Blog
- Difficulty set to trivial
- Priority changed from normal to low
- Severity changed from minor to trivial
comment:2 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
(In [svn:8529]) Fixes #2425, #2427. Blog status for published and draft correctly set the river items.
Note: See
TracTickets for help on using
tickets.

Blog edit action patch