Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

"Name in URL" field can get duplicated

Found in

EPiServer.Commerce 10.8.0

Fixed in

EPiServer.Commerce 11.1.1

(Or a related package)

Created

Jul 27, 2017

Updated

Sep 19, 2017

Area

Core

State

Closed, Fixed and tested


Description

Steps to reproduce

1. Go to Catalog UI and create a catalog node "MyNode".
2. Under the "MyNode" node, create another one with the same name "MyNode".
3. See that the "Name in Url" field is still "MyNode" *http://test/MyNode/MyNode*
4. Move the second node "MyNode" to the parent node. You now have two nodes with the same name "MyNode".

Expected: The "Name in URL" field of the second node "MyNode" should be changed to "http://test/MyNode-####/

Actual: Two nodes with the same name and the same Url segment.