-
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
#36423: Fixed Uncaught SyntaxError: Unexpected token '}'
#38401
Conversation
Hi @andrewbess. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @andrewbess
Thank you for your work here.
Please remove underscore for the follow variables $_option
and $_optionId
.
Thank you.
@magento run all tests |
Hello @korovitskyi Please review it again. Thank you in advance. |
@magento run Static Tests, Functional Tests CE |
@magento run Functional Tests CE, Functional Tests EE |
@magento run Functional Tests CE, Functional Tests EE, Functional Tests B2B |
@magento run Functional Tests EE, Functional Tests B2B |
1 similar comment
@magento run Functional Tests EE, Functional Tests B2B |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good for me.
@andrewbess, thank you for yout work here!
Hi @andrewbess , @korovitskyi Thanks for the collaboration & contribution! ### :x: QA not Passed What is the issue Manual Scenario Steps Precondition: Magento Version 2.4-develop Steps To reproduce: 1.Set Date as drop down in Stores > Configuration > Catalog > [Date & Time Custom Options] ✔️ Expected result After Fix We should n't be getting any error and should be able proceed further with the product ❌ Actual result After Fix -> One more point I want to add that even if we are getting error in the console, we are able to proceed further to add the product and submit the order before the PR changes, after the PR changes we are getting different error but we are able to proceed further as earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are getting the below error
Uncaught TypeError: $(...).filter(...).collapse is not a function
at HTMLDivElement. (theme.js:629:12)
at Function.each (VM31570 jquery.js:383:35)
at theme.js:626:7
at Object.execCb (require.js:1696:33)
at Module.check (require.js:883:51)
at Module. (require.js:1139:34)
at require.js:134:23
at require.js:1189:21
at each (require.js:59:31)
at Module.emit (require.js:1188:17)
Hello @andrewbess, Thanks for your contributions! Please resolve the conflict so we can proceed with this PR. Thanks! |
Closing this PR since it has not been updated in a while. Please feel free to reopen if needed. |
Description (*)
This pull request (PR) provides fixes to resolve the problem described in the #36423
Fixed Issues (if relevant)
Manual testing scenarios (*)
Please use steps to reproduce from affected issue
Contribution checklist (*)