Skip to content

Commit f342fd8

Browse files
committed
Merge branch 'feature/import-allowed-error-validation' of github.com:asim-blueprintprep/magento2 into 2.4-develop-prs
2 parents 1452394 + 147ae51 commit f342fd8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ protected function _prepareForm()
154154
'required' => true,
155155
'disabled' => true,
156156
'value' => 10,
157-
'class' => $behaviorCode . ' validate-number validate-greater-than-zero input-text',
157+
'class' => $behaviorCode . ' validate-number validate-zero-or-greater input-text',
158158
'note' => __(
159159
'Please specify number of errors to halt import process'
160160
),

0 commit comments

Comments
 (0)