-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.2.8, 2.2.9
-
Component/s: Core - Content REST APIs
Updating a blog post through the remote API doesn't save the history correctly.
It looks like the problem is cause in the com.atlassian.confluence.rpc.soap.services.BlogSopaService -> updateBlog(RemoteBlogEntry remoteBlogEntry) where the pageManager.saveContentEntity(blogPost, null); method is called insted of the three parameter version
- relates to
-
CONFSERVER-1989 No blog entry versioning?
- Closed