Skip to content

[Issue] [Fixed] - resolve issue with filter visibility with column visibility in grid #30345

Closed
@m2-assistant

Description

@m2-assistant

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 (*)

  1. 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.

ezgif com-optimize

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions