Skip to content

Commit cb89409

Browse files
Added field name to validation message
1 parent 2f29726 commit cb89409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewEntityDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public class NewEntityDialog extends AbstractDialog {
201201
private JTextField acl;
202202

203203
@FieldValidation(rule = RuleRegistry.NOT_EMPTY, message = {NotEmptyRule.MESSAGE, SORT_ORDER})
204-
@FieldValidation(rule = RuleRegistry.NUMERIC, message = {NumericRule.MESSAGE})
204+
@FieldValidation(rule = RuleRegistry.NUMERIC, message = {NumericRule.MESSAGE, SORT_ORDER})
205205
private JTextField sortOrder;
206206

207207
@FieldValidation(rule = RuleRegistry.NOT_EMPTY, message = {NotEmptyRule.MESSAGE, IDENTIFIER})

0 commit comments

Comments
 (0)