Closed
Description
TODO:
- We need to remove old validation from the dialogue (com.magento.idea.magento2plugin.actions.generation.dialog.validator.CreateAPluginDialogValidator).
- We need to add all validation rules from removed validator through annotations.
Related Issue & PR as an example:
The dialogue window we should change with new validation:
com.magento.idea.magento2plugin.actions.generation.dialog.CreateAPluginDialog
Expected result (*)
- Creating new plugin dialogue validation with annotations and it works as before (all previous validation rules are present)
- Old validation removed from the code