Hello,
I upgraded my XWiki version on preprod server but the Jump to shortcut issue is still there. https://jira.xwiki.org/browse/XWIKI-18039
when I use ‘Jump to’ WebHome is not listed if I type “MySpace.W”
But I have more important issue then I can not upgrade my 10.11.3 version still because the “Save and Close” button issue
Ty
@Pbas it’s working because it’s now using the page picker and that picker only cares about characters from page name. When you type the dot it’s looking for a reference containing MySpace\.W. It doesn’t find it.
@Pbas see my comment on XWIKI-18234. The content is organized in a hierarchy of nested pages. You have some top level pages like Sandbox and then each page can have child pages. The Sandbox page has by default 3 child pages and none of them start with “W”. So it’s normal that you don’t get any results when typing “Sandbox.W”. Create one and you’ll see it gets listed. The live table location filter works in the same way (check it on the Page Index). Moreover, the nested page tree doesn’t show any “WebHome” child page of Sandbox. This “WebHome” suffix in the page reference is a technical thing that we want to hide from the end users.
@mflorea thxs for the explanation.
I’m agree with the fact that it is better to hide “WebHome” technical page name but with this feature the user can not select with facility Home page space (WebHome) page anymore with Ctrl+G. All child pages are displayed ahen the user types parent page name.
ie if I types “Sandbox.” I want that auto suggetion tool display only “Sandbox” home page (and not Sandbox.Testxx pages)
Now I must select a random page and next I click on the breadcrumb to select home page of the space.
@Pbas I will try to fix the sort so that it ignores the “.WebHome” suffix. This should move the “Sandbox” result to the top. Can you report an issue about this? Basically the jump to page suggestions are badly sorted.