Replies: 1 comment
-
Please open an issue if necessary by filling the template so we have the maximum information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #1854
Originally posted by scallin May 11, 2022
Get-PnPSiteTemplate to create the site template xml, then use Invoke-PnPSiteTemplate to apply it to another site. Invoke fails if any library has been renamed (Title is different from the URL).
The library was created as "Meetings" then renamed "Departmental Meetings 2022", the template xml looks correct:
The invoke command fails because it's looking for the form in the right location (meetings/forms/dispform.aspx) but the library was actually re-created using the title Departmental Meetings 2022
The library is successfully recreated, but the URL for the new library is the Title, not the Url from the template
Beta Was this translation helpful? Give feedback.
All reactions