We are having issues with child pages that are displayed on parent pages in the Children Display macro. Regardless of the number of child pages, only the first four are displayed. We are using the default settings (we are not setting any limits).
@Alan Vickers A few things to test out/debug:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alan Vickers ,
does everybody see 4 children only on the parent page's macro output?
I'm asking because of a specific phenomenon:
As a Confluence Administrator, you'll see the complete page tree in the sidebar in any case. But on the page, you'll only see the macro output as a user. So if there are page restrictions on the pages 5-x and you as a user are not added to these restrictions, the macro will show you those 4 pages only. The users added to the page restrictions will have a different count of pages they see on the parent page.
Kind regards,
Nicolai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Nicolai Sibler. Everyone sees 4 children only, and it is present in all wikis spaces (we have over 100).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think this is worth raising a support ticket at Atlassian.
From my experience, I suspect that the support team will first require some further testing to isolate the cause of the problem.
This includes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome. Kindly inform us about the solution here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alan Vickers In which version is this issue seen?
We were on 7.19.2 and upgraded to 7.19.12. After upgrade, we started seeing this issue. Any feedback from vendor? Please share.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Solomon Putla This was a response from the Confluence team that ultimately resolved our issue:
Thank you for updating us! In this case, I was checking data from your support zip file and I found this:
<confluence.child-macro.max-depth>4</confluence.child-macro.max-depth>
<confluence.child-macro.page-limit>4</confluence.child-macro.page-limit>
Dconfluence.child-macro.page-limit=4 exit abort -Xms7000m -Xmx12000m</virtual-machine-arguments>
[flag.png]Maybe in the past this configuration has been made by an admin and was not documented for future reference:
JVM option below on a personal lab to limit the number of children shown by the macro, and it worked fine for me (set to 4, on this example):
CATALINA_OPTS="-Dconfluence.child-macro.page-limit=4 ${CATALINA_OPTS}"
Just so you have at hand, you can also set a maximum number for 'Depth of Descendants':
CATALINA_OPTS="-Dconfluence.child-macro.max-depth=4 ${CATALINA_OPTS}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alan Vickers ,
probably you set Number of Children on your macro. Remove that entry on macro configuration. It should solve your issue.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Can you share how you configured the macro ?
There is a Number Of Children Parameter that should be empty or may be set to 4 in your case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Florian. Thanks for the quick response. We are leaving the default settings:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alan Vickers Have a look to @Bill Bailey recommendations.
It may be related to ancestor table also even if I think that it would have not display the pages on the right also.
https://confluence.atlassian.com/doc/rebuilding-the-ancestor-table-153948.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.