Content object site.xml files require a tab setting
---------------------------------------------------
Key: FOR-1042
URL: https://issues.apache.org/jira/browse/FOR-1042
Project: Forrest
Issue Type: Sub-task
Components: Core operations
Affects Versions: 0.8
Reporter: Ross Gardler
Priority: Minor
If a content object does not define a tab in the root of the site.xml file then
the navigation document does not apper, for example:
<site label="Second Seed" href="" xmlns="http://apache.org/forrest/linkmap/1.0"
tab="">
does not work, but adding a value to @tab, like this...
<site label="Second Seed" href="" xmlns="http://apache.org/forrest/linkmap/1.0"
tab="home">
works (assuming a tab in the master project with that name exists).
This creates an unnecessary dependency between the master document and the
content objects. If no value is provided for @tab then the menu items should
appear in all menus.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.