localgovdrupal / localgov_subsites_extras

Create menu-driven subsites. Add any content to a subsite and generate a menu to navigate to it.
GNU General Public License v2.0
1 stars 0 forks source link

Better SubsiteService::walkMenuTree implementation. #34

Closed rupertj closed 1 month ago

rupertj commented 2 months ago

Changed SubsiteService::walkMenuTree to accept a MenuLink instead of Node and walk the menu tree better, so it can bypass links to things that aren't nodes.

Fix for #20.