pnp / pnp/pnpframework

Invoke-PnPSiteTemplate - A duplicate content type "Item" was found.

Open
#661 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
259
Forks
161
Avg merge
10h 33m
Merged PRs (30d)
1

Description

Category

[ x ] Bug
[ ] Enhancement

Environment

[ x ] SharePoint Online

Description

I get the error below when running the Invoke-PnPSiteTemplate with "Allow management of content types?" enabled on the source list.

Error
PS C:\tmp> Invoke-PnPSiteTemplate -Path myList.xml
Invoke-PnPSiteTemplate : A duplicate content type "Item" was found.
At line:1 char:1
+ Invoke-PnPSiteTemplate -Path dev2.xml
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (:) [Invoke-PnPSiteTemplate], ServerException
    + FullyQualifiedErrorId : EXCEPTION,PnP.PowerShell.Commands.Provisioning.Site.InvokeSiteTemplate

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/lib/PnP.Framework/Provisioning/ObjectHandlers/ObjectListInstance.cs around lines 1606-1607 and trace how Invoke-PnPSiteTemplate handles a pnp:ListInstance with ContentTypesEnabled="true". Reproduce with the provided XML conditions and verify that provisioning completes without the duplicate content type "Item" error.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.