-
Notifications
You must be signed in to change notification settings - Fork 102
Changed new controller dialog validator #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider checking all validation cases.
Hi @VitaliyBoyko, I've fixed the issues. Please review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VitaliyBoyko, controller name already does a |
Yes |
Hi @VitaliyBoyko, I've remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the case with a number at the beginning of a class name.
Hi @VitaliyBoyko, all these validations have confused me on valid PHP namespaces and PHP classes. Can you please check the below links and guide me on how to proceed?
Thanks. |
…plugin into issue-297 � Conflicts: � src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/rule/PhpDirectoryRule.java
Description
This PR adds validation through annotations to the new controller dialog and removes the unnecessary
com.magento.idea.magento2plugin.actions.generation.dialog.validator.NewControllerValidator
Fixed Issues
Contribution checklist (*)