-
Bug
-
Resolution: Fixed
-
Low
-
5.0.3
If you want to customize the dashboard by editing the Global layout and you include the following call:
$helper.renderConfluenceMacro("{include:SPACE:Page with sections}")
When the page you want to include (in the example called Page with sections) uses a layout with different sections, the sections are not displayed in the place where they should be, but one after another.
The include page macro works as expected (sections are displayed where they should) if it is used in a page.
- has a regression in
-
CONFSERVER-32070 renderConfluenceMacro on include macro does not render sections of a page
-
- Closed
-
- was cloned as
-
CONFSERVER-32070 renderConfluenceMacro on include macro does not render sections of a page
-
- Closed
-
- mentioned in
-
Wiki Page Loading...
that doesn't seem to be working on my 5.5 test system:
layout template, with context:
#permitSearchEngines()
{include:adminops:myCustomDashboard}<div id="foo" class="wiki-content">
$helper.renderConfluenceMacro("
")
</div>
#dashboard_renderGlobalActions("dashboardActionsId", ["system.dashboard"] )