-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Area: Admin UIComponent: AdminIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.May be fixed according to the position in the backlog.Progress: ready for devReported on 2.3.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
Description
Preconditions (*)
- magento 2.3-develop vanilla
Steps to reproduce (*)
- deploy 2.3-develop
Sales -> Orders
Enable all columns
Open Browser Development Tools
Filter network requests for the url string "?isAjax=true"
Make a note of column orders
Move a column and note new position
Verify that there is an "?isAjax=true" call made to the server after column move
Refresh Page
Verify column ordering on page after refresh
Note whether an "?isAjax=true" call is made during page reload
Repeat Refreshing Page noting column ordering and presence of "?isAjax=true" call
Expected result (*)
- Column ordering is maintained across page refreshes
- "?isAjax=true" calls should only be made immediately after column move, not page refresh
Actual result (*)
- Seemingly randomly chosen columns move on successive page refreshes (not every refresh).
- "?isAjax=true" calls are made back to the server during page refresh (not every refresh) with incorrect column order
- The ajax call incorrectly changes column ordering stored on the server. The page then renders the wrong order in accordance with what is set on the server.
Old Issue
magento/magento2 #17691 - Admin Grid column ordering/positioning not working
JosephLeedy
Metadata
Metadata
Assignees
Labels
Area: Admin UIComponent: AdminIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.May be fixed according to the position in the backlog.Progress: ready for devReported on 2.3.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch