Prior to upgrading (using 6.x-1.3) - when creating a page as 'homeuser' the section assignment dropdown displayed a full list of the 'home' section and it's child pages.
Something like this:
menu-main-menu
home
- home
-- about us
-- news
--- news archive
-- contact us
After upgrading to 6.x-1.4, following exactly the same process the list only displays the top level of the section. So the dropdown looks like this now:
menu-main-menu
home
- home
I've temporarily reverted back to 6.x-1.3 and the issue goes away.
Thanks for your work on this module, I'm finding it very useful.
Comments
Comment #1
agentrickardHm. The change was designed to allow items that don't start at the top level to be the starting point. I'll have to look again.
Comment #2
agentrickardHere is a patch against HEAD/6.x.1.4 that should eliminate the problem.
Comment #3
agentrickardMight help if I removed the debugging code.
Comment #4
roboneale commentedThe patch seems to have fixed it. Thanks again.
Comment #5
agentrickardCommitted and released as 6.x.1.5.
Thanks.