pnp / PnP-Sites-Core

Microsoft 365 Dev PnP Core component (.NET) targeted for increasing developer productivity with CSOM based solutions.
Other
415 stars 642 forks source link

Apply-PnPProvisioningTemplate - No Site Logo, Menu or Footer Logo or Text #2748

Open mjhardisty opened 4 years ago

mjhardisty commented 4 years ago

Environment

[ ] Office 365 / SharePoint Online

Expected or Desired Behavior

Using Get-PnPProvisioningTemplate -Handlers All -IncludeAllClientSidePages -IncludeSiteGroups -PersistBrandingFiles -IncludeSearchConfiguration to save a template pnp file.

Re-applying the template to a brand new site. Apply-PnPProvisioningTemplate -ClearNavigation -IgnoreDuplicateDataRowError

Observed Behavior

The header logo is missing, the footer logo is missing and the site theme doesn't get applied.

ghost commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

get-mrsmit commented 4 years ago

Did you checked what the output was from the get-pnpprovisioningtemplate. does it contain the header,footer and theme? with -configuration you can add a json config array, only need to check out how that works