-
Notifications
You must be signed in to change notification settings - Fork 105
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
#issue-179 Added email template generation #350
#issue-179 Added email template generation #350
Conversation
…com:serhiyzhovnir/magento2-phpstorm-plugin into feature/issue-179
I believe the possible area should be always fronted, shouldn’t it? |
Hi @VitaliyBoyko |
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.
Hello @serhiyzhovnir
Thank you for the provided improvement. It will help a lot for the development process improvement.
I made some tests and found failed scenarios. Please, check my report below:
Scenario 1
- Create a template for the frontend area. Let's name it
custom_template
- Start creating a new template for the frontend area. Choose the
custom_template
name for the template. - When you will try to creat it, you will get an error reported that the file custom_template.html already exists. This is correct. But in the
email_templates.xml
we will have an entry. Please, change this to the next: when an error appeared during the create template action we should not update the XML config file.
Scenario 2
Are you up to proceed with this? |
…plugin into feature/issue-179 # Conflicts: # resources/magento2/common.properties
Hi @VitaliyBoyko |
Hey @coderimus please proceed with this. |
@VitaliyBoyko will process it before lunch today. |
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.
@serhiyzhovnir
I fetched and pulled the latest changes from the PR branch. When I tried to test the latest revision I faced the next problem: when I open a new email template generation form an error occurred and nothing happened on pressing OK button. Please, validate Null pointer exception. CC @VitaliyBoyko
Hi @coderimus |
@serhiyzhovnir thank you for the quick fix 👍 The problem gone and the issue I reported previously also fixed. QA passed. Approved 👍 |
Description (*)
This PR adds the generation for the email templates.
Fixed Issues (if relevant)
Contribution checklist (*)