Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit address form redirect not working #1368

Closed
jmauzyk opened this issue Apr 8, 2020 · 1 comment
Closed

Edit address form redirect not working #1368

jmauzyk opened this issue Apr 8, 2020 · 1 comment

Comments

@jmauzyk
Copy link

jmauzyk commented Apr 8, 2020

Description

Edit address form does not redirect to CP edit user page when accesses from the Customer Info tab.

Steps to reproduce

  1. From Customer Info tab on edit user page, click an address.
  2. Edit address page opens with the edit user page URL in the redirect query param. Click Save.
  3. Address saves and redirects to customer page instead of edit user page.

Additional info

  • Craft version: 3.4.13
  • PHP version: 7.2.24
  • Database driver & version: MySQL 5.5.5
  • Plugins & versions: Commerce 3.1.1
@lukeholder
Copy link
Member

lukeholder commented Apr 9, 2020

Thank you for bringing this to our attention.

A fix has been pushed and will be included in the next release.

To get this early, change your craftcms/commerce requirement in composer.json to:

"require": {
  "craftcms/commerce": "dev-develop#eee0645336e273aef4f476214e67e17c975af8a8 as 3.1.1",
  "...": "..."
}

Then run composer update.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants