Skip to content

Resolve "(bug): publishing a blog that was saved as a draft or "unlisted" does not generate activity post"

Guy Thouret requested to merge 612-blog-activity into master

Couple of bugs fixed here...

The logic wasn't there to create an activity when transitioning a 'published' blog from unlisted to public access.

Editing a draft blog would post string false for published status which was interpreted as boolean true in the endpoint causing a draft blog to be 'published' when saving the first edit.

Merge request reports

Loading