-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
prevent double shipping method selection #5928
prevent double shipping method selection #5928
Conversation
Not sure why it says I haven't signed CLA, because I have :) |
@danslo seems like an error, we will debug on our side - however have you seen this "Daniel Sloof seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account."? Maybe this is the problem? |
@piotrekkaminski Looks like I got it fixed. Thanks for the pointer! |
Hey guys, Don't want to sound impatient, but this bug has been open for over 2 months and has a one line change that fixes it. Is there anything you need done from my side? |
Hi @danslo |
Any feedback to this PR? It's been 3 months and it's a one-line change. Thanks in advance. |
We're 5 months later. Just rebased this just to be sure. Can I please get some clarification on this ticket? Seems a straightforward fix, I have no clue about discussion in internal ticket MAGETWO-59184. Thanks. |
@danslo thanks for participating! |
Tasks: * MAGETWO-59184: [GITHUB] Prevent double shipping method selection #5928
done. thank you! |
There already is a click handler on the
<tr>
, so there is no need to putit on the radio input. This prevents selectShippingMethod from being
executed twice.
For more information, see issue #5814.
Closes #5814.