Skip to content
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

Taxonomy Fields Customization is not supported #244

Closed
Laul0 opened this issue Jul 2, 2020 · 1 comment
Closed

Taxonomy Fields Customization is not supported #244

Laul0 opened this issue Jul 2, 2020 · 1 comment

Comments

@Laul0
Copy link

Laul0 commented Jul 2, 2020

Summary

In the case where we need to configure the advanced properties of Taxonomy Field, the command Get-PnpProvisioningTemplate is getting effectively all Customization from the ArrayOfProperty but the Apply-PnPProvisioningTemplate does not take in count this properties.

Current behavior

When the Taxonomy field is configured to display the full path to the term, the property in accordance with this parameter is correctly exported to the XML file:

<Customization>
  <ArrayOfProperty>
    ...
    <Property>
      <Name>IsPathRendered</Name>
      <Value xmlns:q7="http://www.w3.org/2001/XMLSchema" p4:type="q7:boolean" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">true</Value>
    </Property>
  ...

When the Template is applied to the target site, this property is not take in count

Expected behavior

After applied the Template, all properties should be take in count and configured on the target site

@PaoloPia PaoloPia transferred this issue from pnp/PnP-Provisioning-Schema Mar 30, 2021
@jansenbe
Copy link
Contributor

Closing this issue as it was created a long time ago while testing against PnP Sites Core. If the issue still persists in PnP Framework and is relevant for you then please create a new issue with updated information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants