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

商品管理>商品一覧>詳細検索で、タグのソート順が反映されない #6024

Merged
merged 1 commit into from
Aug 14, 2023
Merged

商品管理>商品一覧>詳細検索で、タグのソート順が反映されない #6024

merged 1 commit into from
Aug 14, 2023

Conversation

ji-eunsoo
Copy link
Contributor

@ji-eunsoo ji-eunsoo commented Jul 31, 2023

概要(Overview・Refs Issue)

#6011 の対応。

タグのソート順を変更しても、商品管理>詳細検索で、タグのソート順が反映されなかったための対応となります。
src/Eccube/Form/Type/Admin/SearchProductType.phpでソート順の指定しました。

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

・商品管理>商品一覧>詳細検索
image

・商品管理>タグ管理>項目の順番を変更
image

相談(Discussion)

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

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

レビュワー確認項目

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

@codecov-commenter
Copy link

Codecov Report

Merging #6024 (a597594) into 4.2 (1a39672) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ 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    #6024   +/-   ##
=========================================
  Coverage     82.56%   82.56%           
  Complexity     6425     6425           
=========================================
  Files           475      475           
  Lines         25855    25859    +4     
=========================================
+ Hits          21347    21351    +4     
  Misses         4508     4508           
Flag Coverage Δ
E2E 69.48% <100.00%> (+<0.01%) ⬆️
Unit 79.74% <100.00%> (+<0.01%) ⬆️

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

Files Changed Coverage Δ
src/Eccube/Form/Type/Admin/SearchProductType.php 100.00% <100.00%> (ø)

@dotani1111 dotani1111 added this to the 4.2.3 milestone Aug 14, 2023
@dotani1111 dotani1111 merged commit ef30bc8 into EC-CUBE:4.2 Aug 14, 2023
194 checks passed
@ji-eunsoo ji-eunsoo deleted the feature/fix-tag-sort branch September 25, 2023 04:31
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.

5 participants