Incorect page name in XWiki 12.10.7 release page

image

Thanks. I fixed the title by hard-coding the product and version for now. @vmassol you should check the release notes sheet, it seems the $product and $version Velocity variables used in the release notes title are not evaluated properly when the page title is rendered in the breadcrumbs.

1 Like

Yes the title should never depend on the content since it’s not always executed first (or at all) when executing the title.

Thanks @mflorea . Could you tell me where you changed this, I couldn’t find it?

Note that the title defined in the sheet at https://dev.xwiki.org/xwiki/bin/view/ReleasePlans/ReleasePlanSheet seems good to me since it’s self standing with: #set($version=$doc.getObject("ReleasePlans.ReleasePlanClass").getProperty("version").getValue())#if("$!version" != "")Release Plan for version $version#{else}New Release Plan for version $request.version#end

I’ve also created a new RP to check it out and the breadcrumbs seem good: https://dev.xwiki.org/xwiki/bin/view/ReleasePlans/ReleasePlan13.4RC1

Thanks

See https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/12.10.7/?viewer=changes&rev1=9.1&rev2=10.1& . The previous title was the one generated when the release page was created, see https://www.xwiki.org/xwiki/bin/viewrev/ReleaseNotes/Data/XWiki/12.10.7/WebHome?rev=1.1 . I created the release notes page for 12.10.7 from https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ using the “Add Release Note” button. See the version summary “New Release note”, I didn’t put that, it’s the comment set by the Release Notes application code I assume.

Thanks. I now see the issue in the breadcrumb for https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/13.4RC1/Entry004/. I’ll work on it.

I’ve now fixed it by improving the template title content: Release Notes for $doc.getValue('product') $doc.getValue('version'). See https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Code/ReleaseNoteTemplate?viewer=changes&rev1=35.1&rev2=36.4&