On Thu, Jul 14, 2016 at 4:54 PM, Alessandro Strambini < [email protected]> wrote:
> Hey all > > > I have a problem with the Panels.Spaces navigation option in xwiki. I run > 7.2 at the moment and i know its deprecated in 8.x, but i have no option to > migrate at this time. > So Panels.spaces lists all my Spaces correctly but it adds subpages too > when i add a page in a space for example with the '+'. And its shown like > 'Space.CreatedPageName'. > That is because the Create Page wizard in v7.2+ creates nested pages by default. So while you think you created the page "Space.CreatedPageName" you actually created the "WebHome" page in "Space.CreatedPageName" space, which is why you get "Space.CreatedPageName" in the list of spaces. Since you use XWiki 7.2 then you should really read http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/ and http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/NestedPagesMigration/ . XWiki 7.2 is the first version with nested pages enabled. Check the release notes. If you don't want to use nested pages you shouldn't have upgraded to 7.2 but 7.1.x instead. Now, one way to "fix" your problem is to create Terminal pages. For this you need to configure your user profile to be an advanced user. As a result the Create Page wizard will display a check-box that will allow you to create Terminal (non-WebHome) pages. Hope this helps, Marius P.S.: This question is more suited for the users mailing list since it's not about the development of the XWiki product itself. > Anyone knows what to change? > Because when I'm inside the Space and i edit it and add a page in the > source code, like 'name>>doc:name' it gets added without problems. > > Thank you for any help > > Best regards > Alessandro Strambini > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

