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

opportunistic fix for double ___store=xx&___store=xx #11074

Closed
wants to merge 1 commit into from
Closed

opportunistic fix for double ___store=xx&___store=xx #11074

wants to merge 1 commit into from

Conversation

BlackIkeEagle
Copy link
Member

@BlackIkeEagle BlackIkeEagle commented Sep 26, 2017

when we get the current url of the store, oppurtinistically remove the
___store parameter.

fixes #10908

the other issues related to parameters given to an url and being removed
during store switching should be handled in another ticket

Signed-off-by: BlackEagle [email protected]

Description

Fixed Issues (if relevant)

  1. magento/magento2#<issue_number>: Issue title
  2. ...

Manual testing scenarios

  1. ...
  2. ...

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

when we get the current url of the store, oppurtinistically remove the
___store parameter.

fixes #10908

the other issues related to parameters given to an url and being removed
during store switching should be handled in another ticket

Signed-off-by: BlackEagle <[email protected]>
@orlangur
Copy link
Contributor

orlangur commented Sep 26, 2017

I don't think such hack in Store model is a good idea. Something like #10908 (comment) seems to be more reasonable.

@vrann vrann self-assigned this Sep 26, 2017
@vrann vrann added this to the September 2017 milestone Sep 26, 2017
@vrann vrann added the develop label Sep 26, 2017
@vkublytskyi vkublytskyi assigned vkublytskyi and unassigned vrann Oct 13, 2017
@vkublytskyi
Copy link

vkublytskyi commented Oct 20, 2017

@BlackIkeEagle Thank you for providing this hotfix. I will close this pr in favor of #11337 which is more close to fix source of the bug. Hope it will be finished and merged soon.

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

Successfully merging this pull request may close these issues.

5 participants