Skip to content
Snippets Groups Projects
  • Guillaume Delhumeau's avatar
    6ddaa73b
    XWIKI-12220: Adapt the breadcrumb to display the document hierarchy based on nested spaces. · 6ddaa73b
    Guillaume Delhumeau authored
    * This commit introduces:
    ** a "core.useLegacyParentChildMechanism" property to use or not the hierarchy based on legacy parent/child relationship
    ** a "parentchild" script service to get the legacy parents of a document and to get if the legacy mechanism is used or not
    ** the support of both modes in flamingo
    ** use the home icon for the Main space
    * This first version does not hide some parts of the breadcrumb if it is too long
    * This commits does not fix the failing functional tests
    6ddaa73b
    History
    XWIKI-12220: Adapt the breadcrumb to display the document hierarchy based on nested spaces.
    Guillaume Delhumeau authored
    * This commit introduces:
    ** a "core.useLegacyParentChildMechanism" property to use or not the hierarchy based on legacy parent/child relationship
    ** a "parentchild" script service to get the legacy parents of a document and to get if the legacy mechanism is used or not
    ** the support of both modes in flamingo
    ** use the home icon for the Main space
    * This first version does not hide some parts of the breadcrumb if it is too long
    * This commits does not fix the failing functional tests