Skip to content
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

会員登録の入力画面で入力エラーになると、ラジオボタンが消える #86

Closed
sw-satoshi-nakano opened this issue Oct 31, 2019 · 1 comment · Fixed by #87
Labels
Milestone

Comments

@sw-satoshi-nakano
Copy link
Contributor

会員登録(入力ページ)

{% if (app.request.get('mode') == 'confirm') %}
{% for choice in form.vars.choices %}
{% if choice.data == form.vars.data %}
{{- choice.label|trans -}}
{% endif %}
{% endfor %}
{{- form_widget(form, {type : 'hidden'}) -}}
{% else %}
{{- form_widget(form) -}}
{{- form_errors(form) -}}
{% endif %}

エラーで入力画面に戻ってきた時の考慮がされていない

sw-satoshi-nakano added a commit to sw-satoshi-nakano/mail-magazine-plugin that referenced this issue Nov 1, 2019
@okazy okazy added the bug label Feb 18, 2020
@Yangsin Yangsin added this to the 4.0.2 milestone Apr 16, 2020
okazy added a commit that referenced this issue Apr 27, 2020
会員登録の入力画面で入力エラーになると、ラジオボタンが消える#86 修正
@okazy
Copy link
Contributor

okazy commented Apr 27, 2020

修正が取り込まれたのでクローズします。

@okazy okazy closed this as completed Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants