Skip to content

Commit c347ef4

Browse files
committed
Fixed #23852 Magento 2.3 Customer Configuration in the Online Customers Options field validation
1 parent 708017a commit c347ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Customer/etc/adminhtml/system.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,12 @@
289289
<label>Online Customers Options</label>
290290
<field id="online_minutes_interval" translate="label comment" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
291291
<label>Online Minutes Interval</label>
292+
<validate>validate-number</validate>
292293
<comment>Leave empty for default (15 minutes).</comment>
293294
</field>
294295
<field id="section_data_lifetime" translate="label comment" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
295296
<label>Customer Data Lifetime</label>
297+
<validate>validate-number</validate>
296298
<comment>Please specify value in minutes.</comment>
297299
</field>
298300
</group>

0 commit comments

Comments
 (0)