pnp / PnP-Provisioning-Schema

Office 365 Patterns and Practices - Remote Provisioning Schema
MIT License
159 stars 220 forks source link

WebSettings > QuickLaunchEnabled not working #600

Open mitquinn opened 1 year ago

mitquinn commented 1 year ago

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.

lsheltonSTO commented 8 months ago

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 commented 8 months ago

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.

mitquinn commented 8 months ago

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