Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.2-rc-1
-
Fix Version/s: 5.2, 5.3-milestone-1
-
Component/s: {Unused} Blog
-
Labels:None
-
Difficulty:Trivial
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
There is a small typo in xwiki-platform-core/xwiki-platform-blog/xwiki-platform-blog-ui/src/main/resources/Blog/Publisher.xml
causeing the page to have a non-existing parent page:
instead of
<parent>Blog.WenHome</parent>
it should be:
<parent>Blog.WebHome</parent>
I could send a pull request, but I guess it is easier for a committer to fix this typo