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

個別チェック後の「すべて選択」チェックボックスの不具合修正 #6032

Closed
wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 23, 2023

概要(Overview・Refs Issue)

個別にチェックボックスを選択して全てにチェックを入れた場合、'すべてを選択' のチェックボックスが有効にならない
#6016

方針(Policy)

実装に関する補足(Appendix)

対象画面は以下となります。
・商品管理>商品一覧>詳細検索
・受注管理>受注一覧

テスト(Test)

・修正前
https://github.com/EC-CUBE/ec-cube/assets/129542505/a4c891f6-61c4-4afb-bf94-8524c27439d8

・修正後
https://github.com/EC-CUBE/ec-cube/assets/129542505/c83347e6-2b5c-43cf-adaf-2f02867b2961

相談(Discussion)

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

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

レビュワー確認項目

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

@codecov-commenter
Copy link

Codecov Report

Merging #6032 (7f2fbb3) into 4.2 (ac096e5) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff            @@
##                4.2    #6032   +/-   ##
=========================================
  Coverage     82.55%   82.56%           
  Complexity     6425     6425           
=========================================
  Files           475      475           
  Lines         25859    25859           
=========================================
+ Hits          21348    21350    +2     
+ Misses         4511     4509    -2     
Flag Coverage Δ
E2E 69.47% <ø> (ø)
Unit 79.74% <ø> (+<0.01%) ⬆️

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

see 1 file with indirect coverage changes

@ghost ghost closed this by deleting the head repository Oct 14, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant