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 2f29726 commit cb89409Copy full SHA for cb89409
src/com/magento/idea/magento2plugin/actions/generation/dialog/NewEntityDialog.java
@@ -201,7 +201,7 @@ public class NewEntityDialog extends AbstractDialog {
201
private JTextField acl;
202
203
@FieldValidation(rule = RuleRegistry.NOT_EMPTY, message = {NotEmptyRule.MESSAGE, SORT_ORDER})
204
- @FieldValidation(rule = RuleRegistry.NUMERIC, message = {NumericRule.MESSAGE})
+ @FieldValidation(rule = RuleRegistry.NUMERIC, message = {NumericRule.MESSAGE, SORT_ORDER})
205
private JTextField sortOrder;
206
207
@FieldValidation(rule = RuleRegistry.NOT_EMPTY, message = {NotEmptyRule.MESSAGE, IDENTIFIER})
0 commit comments