intershop / intershop-pwa

The Intershop PWA is an Angular based progressive web app storefront for the Intershop Commerce Platform.
https://www.intershop.com/progressive-web-app
MIT License
159 stars 85 forks source link

Order Template detail page data replaced with new template data on product move #1666

Open salswa opened 6 months ago

salswa commented 6 months ago

Actual Behavior When product is moved from a order template detail page to New Order Template. Page shows data of newly created order template While the URL is address bar shows the order template ID of previous order template from which product was moved. So, on page refresh previous template loads

Expected Behavior Page should to show updated data of Order template from which product was moved. Because on product is moved, popup shows link of new Order template, so if user wants to navigate to new template, link can be clicked.

Steps to Reproduce the Bug

Steps to reproduce the behavior:

  1. Open a order template image

  2. Move a product to new order template image

  3. New order template opens and address bar URL is unchanged, success popup shows new template link image

Environment Details Public demo server

AB#96842