Closed
Description
This issue is automatically created based on existing pull request: #28385: [Fixed] - resolve issue with filter visibility with column visibility in grid
Description (*)
Magento 2.4-develop
I found one common issue which is available with most of the grid was Filter visibility does not work with column visibility.
So I have debugged and Found this solution.
I have checked and changed almost all relevant grid.
I found and applied this changes for the below files.
app/code/Magento/Search/view/adminhtml/ui_component/search_synonyms_grid.xml
app/code/Magento/GroupedProduct/view/adminhtml/ui_component/grouped_product_listing.xml
app/code/Magento/Bundle/view/adminhtml/ui_component/bundle_product_listing.xml
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_invoice_grid.xml
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_view_invoice_grid.xml
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_creditmemo_grid.xml
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_view_creditmemo_grid.xml
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_shipment_grid.xml
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_grid.xml
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_view_shipment_grid.xml
app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_listing.xml
app/code/Magento/Cms/view/adminhtml/ui_component/cms_block_listing.xml
app/code/Magento/ConfigurableProduct/view/adminhtml/ui_component/configurable_associated_product_listing.xml
Steps to reproduce (*)
- Verify filter visibility for pages where ui component from Description is used
Expected Result
- Filter visibility should be toggle with column visibility as the same for all columns.
Actual Result
- On Admin Sales Order grid purchase point filter visibility does not toggle with purchase point column visibility.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.
Type
Projects
Status
Done