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

fixing issue 2008 getting 404 error on variant option #2021

Merged
merged 4 commits into from
Mar 22, 2017

Conversation

hrath2015
Copy link
Collaborator

@hrath2015 hrath2015 commented Mar 21, 2017

const variantId = template.data._id;

Reaction.Router.go("product", {
handle: selectedProduct.handle,
handle: this.productHandle(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the this. should be removed so it's just productHandle(). same for line 123, Otherwise i get the following error Uncaught TypeError: this.productHandle is not a function

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@brent-hoover
Copy link
Collaborator

If you do fix the this reference it does seem to fix #2008

Copy link
Collaborator

@brent-hoover brent-hoover left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested. Verified fixed.

@mikemurray mikemurray merged commit 596e5dd into development Mar 22, 2017
@mikemurray mikemurray deleted the hrath2015-404error-2008 branch March 22, 2017 04:29
@mikemurray mikemurray removed the review label Mar 22, 2017
jshimko added a commit to evereveofficial/reaction that referenced this pull request Mar 27, 2017
* development:
  fix elasticsearch errors
  skip npm install outside of container on CI
  wait longer on CI for Docker test
  update CI config for Evereve
  add ReactionPublicCustomFolder
  update data_import
  update data_import
  update data_import
  add submodules to circle config
  add plugin submodules
  Don't reload when the main product is not in tbe modified products (reactioncommerce#2033)
  If default provider is not available, then add it. (reactioncommerce#2025)
  Dashboard panel keeps re-opening during checkout (reactioncommerce#2010)
  fixing issue 2008 getting 404 error on variant option (reactioncommerce#2021)
  Create "Tax Detail" view in Orders Dashboard (reactioncommerce#2005)
@aaronjudd aaronjudd mentioned this pull request Mar 28, 2017
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

Successfully merging this pull request may close these issues.

4 participants