-
-
Notifications
You must be signed in to change notification settings - Fork 71
Rename-Item do not take info account language version #1287
Copy link
Copy link
Closed
Labels
area-commandsInvolves functions and cmdlets.Involves functions and cmdlets.impact-behaviour-changeNothing to be worried about. Now even better than before!Nothing to be worried about. Now even better than before!🐞 bugOops! Sorry for the inconvenience.Oops! Sorry for the inconvenience.💪 improvementExtra sugar and spice.Extra sugar and spice.🤩-release-highlightExciting change that should be highlighted in the release notes and celebrated by SPE fans.Exciting change that should be highlighted in the release notes and celebrated by SPE fans.
Milestone
Metadata
Metadata
Labels
area-commandsInvolves functions and cmdlets.Involves functions and cmdlets.impact-behaviour-changeNothing to be worried about. Now even better than before!Nothing to be worried about. Now even better than before!🐞 bugOops! Sorry for the inconvenience.Oops! Sorry for the inconvenience.💪 improvementExtra sugar and spice.Extra sugar and spice.🤩-release-highlightExciting change that should be highlighted in the release notes and celebrated by SPE fans.Exciting change that should be highlighted in the release notes and celebrated by SPE fans.
Type
Fields
Give feedbackNo fields configured for Bug.
Using cmldet in a following way result in creating new language versions
$item | Rename-Item -Newname "OK"where
$itemis only version other than enExpected Behavior
No extensive language versions should be created
Actual Behavior
If you rename item with da version you will get extra en version
Steps to Reproduce the Problem
/sitecore/content/HomeGet-Item -Path '/sitecore/content/Home/da' -Language "da" | Rename-Item -NewName "da1"