SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
733 stars 379 forks source link

Editing a protected page in SmartEdit redirects to login page #12424

Open AbdelhalimOuasti opened 3 years ago

AbdelhalimOuasti commented 3 years ago

Describe the bug When editing a protected page like Order confirmation page, SmartEdit redirects to login page. This occurs with the electronics store on 3.2/2005.

Tell us the version of Spartacus

To Reproduce Steps to reproduce the behavior:

  1. Go to SmartEdit
  2. Choose a protected page like Order confirmation page

Expected behavior The page is displayed directly as the cmsTicketId jas been exchanged for authentication.

Screenshots

smartedit2 smartedit1
WeizhengSap commented 3 years ago

This is designed as it. Order Confirmation page requires user login to get order data. And cmsTicketId is not used for authentication.