PnP-Provisioning-Schema icon indicating copy to clipboard operation
PnP-Provisioning-Schema copied to clipboard

WebSettings > QuickLaunchEnabled not working

Open mitquinn opened this issue 2 years ago • 3 comments

So I have a Site Template that has the QuickLaunch nav disabled. When I am Invoking the Site Template it is not disabling the QuickLaunch Nav.

<pnp:WebSettings QuickLaunchEnabled="false" WelcomePage="Shared Documents/Forms/AllItems.aspx"/>

You can see in the template the QuickLaunchEnabled value is set to false but this setting does not appear to be taking affect regardless of the True/False value.

mitquinn avatar Oct 11 '22 17:10 mitquinn

I'm having the opposite problem - trying to upgrade an Azure Function that I have to 2022/09's schema, but QuickLaunchEnabled=true isn't enabling it, which is a blocker for me at this point.

lsheltonSTO avatar Jan 16 '24 16:01 lsheltonSTO

In addition, I can confirm that with QuickLaunchEnabled set to true, it's actively turning off QuickLaunch when I manually turn it on on a page and then run the provisioning again.

lsheltonSTO avatar Jan 16 '24 17:01 lsheltonSTO

@lsheltonSTO oh I will need to test with the value set to true maybe that can solve my problem.

mitquinn avatar Jan 16 '24 18:01 mitquinn