improve breadcrumbs inheritance: if child defines an item already in parent, 
remove every breadcrumb item from parent after it
------------------------------------------------------------------------------------------------------------------------------

                 Key: DOXIASITETOOLS-62
                 URL: https://jira.codehaus.org/browse/DOXIASITETOOLS-62
             Project: Maven Doxia Sitetools
          Issue Type: Improvement
          Components: Decoration model
    Affects Versions: 1.2
            Reporter: Herve Boutemy


see MSITE-582

suppose parent descriptor has following breacrumb items:
A > B > C > D > E > F

I want a child to remove D > E > F and replace with M > N > O
A > B > C > M > N > O

To do that, that child should define C > M > N > O

C is found in parent breadcrumb items, then we can delete the following parent 
items then add following child items

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to