Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.1-RC
-
None
Description
The Subsite component does not support:
- relative navigations
- navigations within subsites (or controls)
Example of a navigation that fails:
<ProfilingRule id="localhost-fallback" standardRule="false">
<description value="A hosting rule with role fallback"/>
<Criteria>
<Criterion name="hostname">
<type value="hostname"/>
<fallBackOrder value="0"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="user">
<type value="user"/>
<fallBackOrder value="1"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="navigation">
<type value="navigation"/>
<value value="/"/>
<fallBackOrder value="2"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="hostname2">
<type value="hostname"/>
<fallBackOrder value="3"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="role">
<type value="role"/>
<fallBackOrder value="4"/>
<fallBackType value="2"/>
</Criterion>
<Criterion name="page">
<type value="path.session"/>
<value value="home"/>
<fallBackOrder value="5"/>
<fallBackType value="1"/>
</Criterion>
</Criteria>
</ProfilingRule>