Skip to content

Commit b0cd651

Browse files
committed
ACPT-677: Catalog product grid improvement
- Make option disabled by default;
1 parent 821a10b commit b0cd651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</system>
3434
<admin>
3535
<grid>
36-
<limit_total_number_of_products>1</limit_total_number_of_products>
36+
<limit_total_number_of_products>0</limit_total_number_of_products>
3737
<records_limit>20000</records_limit>
3838
</grid>
3939
</admin>

0 commit comments

Comments
 (0)