Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
5.2-rc-1
-
None
-
Trivial
-
N/A
-
N/A
-
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