Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A catalogue with a node, in which only one presentation exist, will redirect the user to the presentation directly. This way the user can avoid one click to reach the information.

Version 5.0: This function is by default turned on for catalogues using PresentationSetting template “product” and turned off for PresentationSetting template “index”. This can be turned off using the below setting in profile.config.

Version 5.1: Function is turned off by default.

Function is available in new layout only.

Code Block
languagexml
<RedirectNextSingleNodeClick>false</RedirectNextSingleNodeClick>

<Presentation id="catalogue">
  <!-- Turn off direct navigation on catalogues -->
  <DisableSingleClick>true</DisableSingleClick>		
</Presentation>

...

Filter by label (Content by label)
redirect automatic node presentation
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
typeshowSpacepagefalse
reversetruelabels
typepage
cqllabel in ( "node" , "presentation" , "automatic" , "redirect" ) and type = "page" and space = "ASKB"
labelsredirect automatic node presentation
Page Properties
hiddentrue

Related issues