diff --git a/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCategoryEavAttributeDialog.form b/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCategoryEavAttributeDialog.form index 09e1bdc5a..061472b07 100644 --- a/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCategoryEavAttributeDialog.form +++ b/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCategoryEavAttributeDialog.form @@ -7,14 +7,16 @@ - + - + + + @@ -334,11 +336,6 @@ - - - - - @@ -420,6 +417,11 @@ + + + + + diff --git a/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCustomerEavAttributeDialog.form b/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCustomerEavAttributeDialog.form index 1f26f958e..976b0a25f 100644 --- a/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCustomerEavAttributeDialog.form +++ b/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewCustomerEavAttributeDialog.form @@ -7,13 +7,14 @@ + - + @@ -374,11 +375,6 @@ - - - - - @@ -460,6 +456,11 @@ + + + + + diff --git a/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewProductEavAttributeDialog.form b/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewProductEavAttributeDialog.form index fb8710dee..5d48c79d0 100644 --- a/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewProductEavAttributeDialog.form +++ b/src/com/magento/idea/magento2plugin/actions/generation/dialog/NewProductEavAttributeDialog.form @@ -3,7 +3,7 @@ - + @@ -14,7 +14,7 @@ - + @@ -197,14 +197,6 @@ - - - - - - - - @@ -233,6 +225,14 @@ + + + + + + + + @@ -426,11 +426,6 @@ - - - - - @@ -512,6 +507,11 @@ + + + + + diff --git a/src/com/magento/idea/magento2plugin/actions/generation/dialog/eavattribute/EavAttributeDialog.java b/src/com/magento/idea/magento2plugin/actions/generation/dialog/eavattribute/EavAttributeDialog.java index 885baff52..e4cdef48b 100644 --- a/src/com/magento/idea/magento2plugin/actions/generation/dialog/eavattribute/EavAttributeDialog.java +++ b/src/com/magento/idea/magento2plugin/actions/generation/dialog/eavattribute/EavAttributeDialog.java @@ -268,7 +268,7 @@ protected void onOk() { generateDataPatchFile(eavEntityDataInterface); generateExtraFilesAfterDataPatchGeneration(eavEntityDataInterface); - setVisible(false); + exit(); } protected void generateSourceModelFile() {