CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Reduce scope of menu module's getBaseLinks function #226

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

getBaseLinks() helper was fetching a flat list of all sub links of sub links as well. Could eventually be modified to fetch the whole tree in an ordered list but as menus are being looked into separately this is a quick fix for some broken landing pages.