Skip to content

Commit f68dd1c

Browse files
committed
Resolve "New Accounts Report" should disable the sort ability of "New Account" columns (because it can not run) #25033
1 parent 0714971 commit f68dd1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/code/Magento/Reports/view/adminhtml/layout/reports_report_customer_accounts_grid.xml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<argument name="id" xsi:type="string">accounts</argument>
4141
<argument name="column_css_class" xsi:type="string">col-qty</argument>
4242
<argument name="header_css_class" xsi:type="string">col-qty</argument>
43+
<argument name="sortable" xsi:type="string">0</argument>
4344
</arguments>
4445
</block>
4546
</referenceBlock>

0 commit comments

Comments
 (0)