[buddypress-trac] [BuddyPress Trac] #5792: Activity Stream bug when updating posts
buddypress-trac
noreply at wordpress.org
Sat Aug 16 12:23:05 UTC 2014
#5792: Activity Stream bug when updating posts
------------------------------+---------------------
Reporter: rossagrant | Owner: imath
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.1
Component: Blogs | Version: 2.0
Severity: normal | Resolution: fixed
Keywords: has-patch commit |
------------------------------+---------------------
Changes (by imath):
* owner: => imath
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"8929"]:
{{{
#!CommitTicketReference repository="" revision="8929"
Make sure the updated activity after a post update is consistent with the
initial activity.
In Blogs component, when recording a new_blog_post" update,
{{{bp_activity_thumbnail_content_images()}}} and {{{bp_create_excerpt()}}}
are used to build the content of the activity. After a updating the post
from the dashboard, {{{bp_blogs_update_post()}}} was simply updating the
activity with the entire post content.
{{{bp_blogs_update_post()}}} is now using the same functions than
{{{bp_blogs_record_activity()}}} to update the content of the activity.
Fixes #5792
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5792#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list