mautic:features
← mohit-rocks:email-edit-form-warning-fix
opened 04:22AM - 17 Mar 21 UTC
| Q | A
| --------------------------------…------ | ---
| Branch? | "features" for all features, enhancements and bug fixes (until 3.3.0 is released)
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| BC breaks? | no
| Automated tests included? | no
| Related user documentation PR URL | mautic/mautic-documentation#...
| Related developer documentation PR URL | mautic/developer-documentation#...
| Issue(s) addressed | Fixes https://github.com/mautic/mautic/issues/9762
<!--
Additionally (see https://contribute.mautic.org/contributing-to-mautic/developer/code/pull-requests#step-5-work-on-your-pull-request):
- Always add tests and ensure they pass.
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too.)
- Features and deprecations must be submitted against the "features" branch.
-->
<!--
Please write a short README for your feature/bugfix. This will help people understand your PR and what it aims to do.
-->
#### Description:
Scenario 1:
- Load the PR
- Try to create an email (with segment) and edit it.
- You should see the errors mentioned in https://github.com/mautic/mautic/issues/9762
- This PR fixes it.
Scenario 2:
Comment: https://github.com/mautic/mautic/pull/9795#issuecomment-834018754
Scenario 3:
Comment: https://github.com/mautic/mautic/pull/9795#issuecomment-810740477
<!--
If you are fixing a bug and if there is no linked issue already, please provide steps to reproduce the issue here.
-->
#### Steps to test this PR:
1. Load up [this PR](https://mautibox.com)
2.
<!--
If you have any deprecations, list them here along with the new alternative.
If you have any backwards compatibility breaks, list them here.
-->