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

範囲外の日付を入力すると発生する不具合を修正しました。 #5576

Merged
merged 4 commits into from
Aug 29, 2022

Conversation

LeTanNghia
Copy link
Contributor

概要(Overview・Refs Issue)

以下のissueの対応です。
#5499 [4.2] 範囲外の日時値を検索する

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

SearchOrderTypeTest

相談(Discussion)

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

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

レビュワー確認項目

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

@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2022

Codecov Report

Merging #5576 (33e7a72) into 4.2 (b2b8067) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                4.2    #5576      +/-   ##
============================================
+ Coverage     78.85%   78.89%   +0.04%     
- Complexity     6258     6259       +1     
============================================
  Files           469      469              
  Lines         20999    21045      +46     
============================================
+ Hits          16558    16603      +45     
- Misses         4441     4442       +1     
Flag Coverage Δ
E2E 64.85% <100.00%> (+0.05%) ⬆️
Unit 77.60% <100.00%> (+0.10%) ⬆️

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

Impacted Files Coverage Δ
src/Eccube/Form/Type/Admin/CalendarType.php 90.00% <100.00%> (+0.34%) ⬆️
src/Eccube/Form/Type/Admin/CustomerType.php 93.61% <100.00%> (+0.13%) ⬆️
src/Eccube/Form/Type/Admin/NewsType.php 91.30% <100.00%> (+0.39%) ⬆️
src/Eccube/Form/Type/Admin/OrderPdfType.php 87.50% <100.00%> (+0.22%) ⬆️
src/Eccube/Form/Type/Admin/SearchCustomerType.php 91.48% <100.00%> (+1.48%) ⬆️
.../Eccube/Form/Type/Admin/SearchLoginHistoryType.php 100.00% <100.00%> (ø)
src/Eccube/Form/Type/Admin/SearchOrderType.php 91.91% <100.00%> (+1.55%) ⬆️
src/Eccube/Form/Type/Admin/SearchProductType.php 92.72% <100.00%> (+1.23%) ⬆️
...ontroller/Admin/Product/ProductClassController.php 90.28% <0.00%> (-0.58%) ⬇️
...Eccube/Controller/Admin/Content/FileController.php 86.83% <0.00%> (-0.31%) ⬇️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@nanasess nanasess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

バリデーションの修正は問題ないと思います。
日本語のエラーメッセージの提案を確認お願いします

src/Eccube/Resource/locale/validators.ja.yaml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants