Skip to content

Commit 0c55b0a

Browse files
ENGCOM-6104: Resolve 'New Accounts Report' should disable the sort ability of 'New Account' columns (because it can not run) #25033 #25034
- Merge Pull Request #25034 from edenduong/magento2:2.3-bugfix/new_account_sort_issue25033 - Merged commits: 1. f68dd1c
2 parents 99f206f + f68dd1c commit 0c55b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Reports/view/adminhtml/layout/reports_report_customer_accounts_grid.xml

Lines changed: 1 addition & 0 deletions
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)