-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing HeaderLayoutType #498
Comments
jansenbe
added a commit
that referenced
this issue
Dec 2, 2021
Nice catch @Bux42 . I've just pushed a fix for this, please test with the next nightly and re-open the issue if the problem still persists. |
fzbm
added a commit
to fzbm/pnpframework
that referenced
this issue
Jan 3, 2022
The previously made changes for fix pnp#498 were missing changes required for provisioning the header information. Additional changes: * Removed case for "HeaderLayoutType.Standard" in "ExtractObjects", because "default" already handles this. * Removed "scope" variable, because it is not used. * Removed the "Emphasis" type reference from "Enum.TryParse", because the "out" variable already specifies the type. * "ProvisionObjects" now exits as soon as possible if no changes are required. This also moves a possible server call for loading the web URL to a state, were this information would be required. * Introduced some (single) blank lines to increase the readability of the code.
czullu
pushed a commit
to MondayCoffee/pnpframework
that referenced
this issue
Jan 7, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
There are two out out of four HeaderLayoutTypes being handled in those switch statements:
pnpframework/src/lib/PnP.Framework/Provisioning/ObjectHandlers/ObjectSiteHeaderSettings.cs
Line 27 in ac4dc39
pnpframework/src/lib/PnP.Framework/Provisioning/ObjectHandlers/ObjectSiteHeaderSettings.cs
Line 60 in ac4dc39
"Extended" and "Minimal" (already present in HeaderLayoutTypes enum) are missing from those two switches
Could you add those?
Thanks in advance!
The text was updated successfully, but these errors were encountered: