Skip to content

Commit

Permalink
bug #14240 [Checkout][Addressing] Fix duplicated email validation err…
Browse files Browse the repository at this point in the history
…ors (NoResponseMate)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11 <!-- see the comment below -->                  |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | fixes #14205                      |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.11 branch
 - Features and deprecations must be submitted against the 1.12 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

13f18df [Checkout][Addressing] Fix duplicated email validation errors
  • Loading branch information
GSadee committed Aug 22, 2022
2 parents cc83151 + 13f18df commit a70d6f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div class="one field" id="sylius-api-login">
{{ form_errors(form.email, sylius_test_form_attribute('login-errors')) }}
{% set ajax_user_check_action_path = path('sylius_shop_ajax_user_check_action') %}
{{ form_row(form.email, sylius_test_form_attribute('login-email')|sylius_merge_recursive({'attr': {'data-url': ajax_user_check_action_path}})) }}

Expand Down

0 comments on commit a70d6f0

Please sign in to comment.