Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0-beta-3
-
None
-
None
-
maven 3.0
Description
I have a parent project with a site descriptor where I have defined a menu like this:
...
<menu name="Overview" inherit="top">
<item name="Introduction" href="/index.html" />
</menu>
...
Now I have a child project which should "overwrite" OR add addition item(s) to the inherited site descriptor like this:
...
<menu name="Overview">
<item name="Introduction" href="/index.html" />
<item name="Deployment instruction" href="/deploy.html" />
</menu>
...
The current behavior is that the "Overview" menu is rendered twice in the resulting site.
But I expect that the additional menu item will be mixed into the "Overview" menu.
Attachments
Issue Links
- duplicates
-
DOXIASITETOOLS-97 Support polymorphism for menu inheritance
- Closed