[BUG] Import-PnPTermGroupFromXml creates terms with incorrect translations
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 904
- Forks
- 407
- Avg merge
- 9h 16m
- Merged PRs (30d)
- 10
Description
Reporting an Issue or Missing Feature
After using Export-PnPTermGroupFromXml, I import the group using Import-PnPTermGroupFromXml. This results in the terms having the English instead of the Dutch translation.
Expected behavior
Create the terms with the correct translation
Actual behavior
The Dutch translation contains English
Steps to reproduce behavior
-
My tenant is in Dutch. I create a term called "Test term NL" and give it an English translation "Test term EN"
-
I Export the group using Export-PnPTermGroupFromXml. The name of the term element is the English name (no idea of this is expected behavior). It does list the translations correctly.
-
I delete the Test termset
-
I import the group using Import-PnPTermGroupFromXml. This results in the term being recreated but with the English text showing up as Dutch.
What I think happens
What I think causes this bug is:
- The term doesn't exist so it is created. It creates it with the value in the "Name" attribute that is in English, but since the tenant is in Dutch it is now wrongly labeled as Dutch.
- It goes on to create the lables, the fist one is English. This lable is new so it is created.
- Next is the Dutch label, this label already exists so it is skipped...
And now we have English in both lables and lose the Dutch label!
What is the version of the Cmdlet module you are running?
PnP.PowerShell 2.2.0
Which operating system/environment are you running PnP PowerShell on?
-
Windows
-
Linux
-
MacOS
-
Azure Cloud Shell
-
Azure Functions
-
Other : please specify
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Import-PnPTermGroupFromXml and Export-PnPTermGroupFromXml cmdlets, reproduce the issue using the supplied Dutch and English term translations, and inspect how the XML Name and translation labels are processed. Done means importing the exported group preserves the Dutch label as Dutch rather than displaying the English text for both labels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- localization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 49/100