-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixed #24400 Issues Found on Grid Multi-Select Column #26626
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
Conversation
Fixed #24400 Issues Found on Grid Multi-Select Column
Hi @shikhamis11. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@shikhamis11, thank you for your contribution. |
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.
disallowTrailingWhitespace: Illegal trailing whitespace at app/code/Magento/Ui/view/base/web/js/grid/columns/multiselect.js :
236 | */
237 | togglePage: function () {
238 | return this.isPageSelected() && !this.excluded().length
---------------------------------------------------------------------------^
239 | ? this.deselectPage() : this.selectPage();
240 | },
requireOperatorBeforeLineBreak: Operator ? should not be on a new line at app/code/Magento/Ui/view/base/web/js/grid/columns/multiselect.js :
236 | */
237 | togglePage: function () {
238 | return this.isPageSelected() && !this.excluded().length
---------------------------------------------------------------------------^
239 | ? this.deselectPage() : this.selectPage();
240 | },
@magento run 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.
Good job! Thank you for your contribution.
Hi @novikor, thank you for the review.
|
HI @shikhamis11 , seems like there is still issue with header checkbox Could you take a look? |
@magento give me test instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento instance for you |
Hi @shikhamis11, here is your new Magento instance. |
thanks for the update @engcom-Delta |
@magento give me test instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento instance for you |
Hi @shikhamis11, here is your new Magento instance. |
Hi @engcom-Delta & @novikor |
Hi @shikhamis11 I rechecked and this issue is also present on 2.4-develop and seems like not related to PR.
Is there any additional steps that I missed? |
@magento give me 2.4-develop instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @shikhamis11, here is your Magento instance. |
hi @engcom-Delta |
Will add MFTF test |
@shikhamis11 Added MFTF Test |
@magento run all tests |
@magento run all tests |
Hi @shikhamis11 , I'm closing this PR now due to inactivity. |
Hi @shikhamis11, thank you for your contribution! |
Fixed #24400 Issues Found on Grid Multi-Select Column
Preconditions (*)
Steps to reproduce (*)
Issue First:
Issue Second
https://prnt.sc/p09s42
Expected result (*)
Actual result (*)
Contribution checklist (*)