-
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
Fixed: #21278, Add sort order on downloadable links #21279
Fixed: #21278, Add sort order on downloadable links #21279
Conversation
Hi @maheshWebkul721. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
9b0bb55
to
c9a9d64
Compare
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 @maheshWebkul721 thanks for the pull request!
Adding parameters to protected methods is not backward compatible approach.
Considering the general approach to data in this file and taking into account that this PR is hardcoding sort orders in the file anyway, I think it's alright to stick to existing approach forr setting sort order:
magento2/app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Links.php
Line 116 in 9cdc1b7
'sortOrder' => 30, |
@sivaschenko , i have fixed it. |
Hi @sivaschenko, thank you for the review. |
✔️ QA passed |
…er-downloadable-links # Conflicts: # app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Links.php # app/code/Magento/Downloadable/Ui/DataProvider/Product/Form/Modifier/Samples.php
Hi @maheshWebkul721, thank you for your contribution! |
Fixed: Sort order missing on Downloadable Product Links and Sample Columns.
Description (*)
In this PR, sortOrder issue fixed for Downloadable Product Links and Sample Columns
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)