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

バリデーションエラー発生後にログアウトされる件の修正 #6110

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dotani1111
Copy link
Contributor

@dotani1111 dotani1111 commented Mar 7, 2024

概要(Overview・Refs Issue)

フロント>会員情報編集でバリデーションエラー発生後にログアウトされる #6103

方針(Policy)

SymfonyのIssueを参考に修正
symfony/symfony#39301 (comment)

実装に関する補足(Appendix)

テスト(Test)

  • メールアドレス変更時に正常に登録できるか
  • バリデーションエラー発生時に、ログアウトされないか
    • aのような形式エラー
    • 使用済みのメールアドレス
    • 登録と確認用アドレスが違う
  • 別会員がログインした状態で、別会員のメアドでのエラー

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.77%. Comparing base (26ea5b9) to head (9418803).
Report is 326 commits behind head on 4.3.

Files with missing lines Patch % Lines
src/Eccube/Controller/Mypage/ChangeController.php 95.45% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                4.3    #6110      +/-   ##
============================================
- Coverage     82.77%   82.77%   -0.01%     
  Complexity     6509     6509              
============================================
  Files           479      479              
  Lines         26029    26031       +2     
============================================
  Hits          21546    21546              
- Misses         4483     4485       +2     
Flag Coverage Δ
E2E 70.08% <95.45%> (-0.01%) ⬇️
Unit 79.61% <95.45%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dotani1111
Copy link
Contributor Author

別会員がログインした状態で、別会員のメアドでテストしてみます。

@dotani1111
Copy link
Contributor Author

別会員がログインした状態で、別会員のメアドでテストしてみます。
問題ありませんでした。

@shinya
Copy link
Contributor

shinya commented Mar 11, 2024

ありがとうございます。
動作確認後、問題なければ取り込むようにします。

@dotani1111 dotani1111 added this to the 4.3.0 milestone Mar 13, 2024
@ji-eunsoo ji-eunsoo merged commit 28e3db6 into EC-CUBE:4.3 Apr 1, 2024
94 checks passed
@dotani1111 dotani1111 deleted the fix/logout_on_validation_error branch May 8, 2024 05:12
@dotani1111 dotani1111 restored the fix/logout_on_validation_error branch May 8, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants