We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8760352 commit e52e6e9Copy full SHA for e52e6e9
app/code/Magento/Backend/etc/adminhtml/system.xml
@@ -490,8 +490,8 @@
490
</field>
491
<field id="records_limit" translate="label comment" type="text" sortOrder="2" showInDefault="1" canRestore="1">
492
<label>Records Limit</label>
493
- <validate>validate-greater-than-zero validate-number</validate>
494
- <comment>Limit total number of products in grid collection if their number is greater than this value.</comment>
+ <validate>validate-digits validate-digits-range digits-range-20000-</validate>
+ <comment>Limit total number of products in grid collection if their number is greater than this value. Minimum value: 20000.</comment>
495
<depends>
496
<field id="limit_total_number_of_products">1</field>
497
</depends>
0 commit comments