Fix split button in order view page
Description (*)
This PR adds a fix for split buttons used in layout admin-2columns-left.xml
The bug was added by 6ed18327 so this is a rollback of changes.
Admin Panel is not for mobile so no need to add any changes to fix issues on mobile/tablet.
Here is the video of the issue:
https://github.com/user-attachments/assets/84420833-ac5e-4172-93fe-173fa445bd8a
Related Pull Requests
None
Fixed Issues (if relevant)
None
Manual testing scenarios (*)
- Create a custom split button on order view page.
- Go to Frontend and place an order
- Go to Admin Panel -> Sales -> Orders
- Go to the order view page.
Questions or comments
None
Contribution checklist (*)
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- [ ] All automated tests passed successfully (all builds are green)
Resolved issues:
- [x] resolves magento/magento2#39080: Fix split button in order view page
Hi @SerhiiMandrykin. Thank you for your contribution! Here are some useful tips on how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:
-
@magento give me test instance- deploy test instance based on PR changes -
@magento give me 2.4-develop instance- deploy vanilla Magento instance
:exclamation: Automated tests can be triggered manually with an appropriate comment:
-
@magento run all tests- run or re-run all required tests against the PR changes -
@magento run <test-build(s)>- run or re-run specific test build(s) For example:@magento run Unit Tests
<test-build(s)> is a comma-separated list of build names.
Allowed build names are:
-
Database Compare -
Functional Tests CE -
Functional Tests EE -
Functional Tests B2B -
Integration Tests -
Magento Health Index -
Sample Data Tests CE -
Sample Data Tests EE -
Sample Data Tests B2B -
Static Tests -
Unit Tests -
WebAPI Tests -
Semantic Version Checker
You can find more information about the builds here :information_source: Run only required test builds during development. Run all test builds before sending your pull request for review.
For more details, review the Code Contributions documentation. Join Magento Community Engineering Slack and ask your questions in #github channel.
@magento run all tests
@magento create issue
@engcom-Hotel, could you please share what is the issue was fixed in ACP2E-2083? Just to make sure we're not doing any regression in this Pull Request
Hello @ihor-sviziev,
JIRA ACP2E-2083 contains the fix for the "Login as customer" button in the admin panel when accessing it via tab/phone.
Before fix it looks something like this:
Thanks
So, the scrolling has to be only horizontal, right?
@magento run all tests
Hello @SerhiiMandrykin,
Looks like the issue is fixed on the latest 2.4-develop branch, could you please check on your end and let us know if the issue still persist. Till then moving this to on hold.
Thank you.
Hello @SerhiiMandrykin,
We have attempted to reproduce the issue in the latest 2.4-develop branch, and it appears the issue is no longer reproducible. It seems the issue has already been resolved. Please refer to the screencast below for reference:
Products-Inventory-Catalog-Magento-Admin.webm
Based on this, we will proceed to close this PR. However, we sincerely appreciate your contribution and look forward to more contributions from you in the future.
thanks