Skip to content

[BUG] Can't rename existing term with a localeid #4772

Open
@forzewin

Description

@forzewin

Reporting an Issue or Missing Feature

Issue

Expected behavior

Updating the Name of the designated Term for the english translation using this command :

Set-PnpTerm -Identity "ID of Term" -Name"New Name" -TermSet "My term set" -TermGroup "My term Group" -Lcid 1033

Actual behavior

Image

Image

It is ignoring Lcid parameter and renaming french translation

It is very Odd because if i use same command but replace -Name by -Description, here it is working as expected, english description is changed...

Steps to reproduce behavior

Use Set-PnpTerm -Identity "ID of Term" -Name"New Name" -TermSet "My term set" -TermGroup "My term Group" -Lcid 1033

On a term that as French and English translation set.

What is the version of the Cmdlet module you are running?

2.12.0

Which operating system/environment are you running PnP PowerShell on?

  • Windows
  • Linux
  • MacOS
  • Azure Cloud Shell
  • Azure Functions
  • Other : please specify

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreproducedIssue reproduced after testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions