Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-6
-
Fix Version/s: 2.0-beta-7
-
Component/s: inheritance, site descriptor
-
Labels:None
Description
I have a project with multiple levels of modules.
In the toplevel project I declare a site-descriptor with some general menu's that have no inherit attribute (I also tried inherit='none') together with
<menu ref="parent" inherit="top"/>
<menu ref="modules" inherit="bottom"/>
<menu ref="reports" inherit="bottom"/>
Now a module of the toplevel project that itself has modules declares a site-descriptor with an additional regular menu that is inherited.
However the site of that module contains the menus from the toplevel project that are NOT declared to be inherited.
Issue Links
- relates to
-
MSHARED-18
Inheritance of elements from site descriptor quite broken
-
I just created a mini project as isolated test to reproduce the bug:
It only occurs with 2.0-beta-6 and not with 2.0-beta-5. However it seems that I can not change the affected versions.