Open wonderplayer opened 6 years ago
Issue - Can't add taxonomy field to all content types of Site Pages library
Taxonomy field gets added to all content types
Gets added to the default content type
Add-PnPTaxonomyField -List $sitePagesList -DisplayName "Categories4" -InternalName "Categories4" -TermSetPath $categoriesTermSetPath -MultiValue -FieldOptions AddToAllContentTypes Add-PnPTaxonomyField -List $sitePagesList -DisplayName $dName -InternalName $iName -TermSetPath $categoriesTermSetPath -MultiValue -FieldOptions 63 -AddToDefaultView Add-PnPTaxonomyField -List $sitePagesList -DisplayName $dName -InternalName $iName -TermSetPath $categoriesTermSetPath -MultiValue -FieldOptions 63 `-AddToDefaultView
SharePointPnPPowershellOnline version - 3.1.1809.0
Can confirm that i ran into same issue. pnp powershell version: SharePointPnPPowerShellOnline 3.17.2001.2
Reporting an Issue or Missing Feature
Issue - Can't add taxonomy field to all content types of Site Pages library
Expected behavior
Taxonomy field gets added to all content types
Actual behavior
Gets added to the default content type
Steps to reproduce behavior
Which version of the PnP-PowerShell Cmdlets are you using?
What is the version of the Cmdlet module you are running?
SharePointPnPPowershellOnline version - 3.1.1809.0
How did you install the PnP-PowerShell Cmdlets?