Developer forum

Forum » CMS - Standard features » Vertical Navigation items disappeared with upgrade to 9.15.6

Vertical Navigation items disappeared with upgrade to 9.15.6

Lora Vigil Dynamicweb Employee
Lora Vigil
Reply

On 9.15.3, the left nav Vertical Navigation displayed children of "My Account".  

Backend:  

Front end:  

 

With the 9.15.6 upgrade, the "My Account" children disappeared from the front end, no other changes were made to the application/configs.  

Is there a new configuration that needs to be changed or is this a bug?  After a rollback to 9.15.3, the navigation re-appeared as expected.  


Replies

 
Vladimir Shushunov Dynamicweb Employee
Vladimir Shushunov
Reply

Hi Lora,
yes, I see the bug. We actually did refactored a navigation in the v. 9.15.6.  Particullary we improved a StartLevel processing - which now gives more possibilites. However the mistake in template setting now gives unwanted side-effect.
The template Designs/Swift/Paragraph/Swift_VerticalNavigation.cshtml  do set navigationSettings.StartLevel = 2; in the line 36, which is wrong here.
Please change it to: navigationSettings.StartLevel = 1

Sorry for inconvience, I definitelly should add a protection against incorrect settings asap!

Best regards,
Vladimir
 

 
Lora Vigil Dynamicweb Employee
Lora Vigil
Reply

Thank you - tested that edit and it worked.  Good to know the workaround fix in case we need to move back to 9.15.6.  

 
Scott Forsyth Dynamicweb Employee
Scott Forsyth
Reply

Hi Vladimir,

Do you have the bug # for this item? and/or, is it in the latest version now? We want to confirm that it's in the latest version before we upgrade.

Thanks,
Scott

 
Vladimir Shushunov Dynamicweb Employee
Vladimir Shushunov
Reply

Hi Scott,
The bug is: #13462: Vertical navigation: Pages not rendered in the navigation
It was added into 9.15.7release

Best regards,
Vladimir

 

 
Scott Forsyth Dynamicweb Employee
Scott Forsyth
Reply

Amazing. Thanks Vladimir! 

 

You must be logged in to post in the forum