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

forタグにif条件の追加はTwig2.10で非推奨なので修正 #4924

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

kurozumi
Copy link
Contributor

@kurozumi kurozumi commented Feb 17, 2021

概要(Overview・Refs Issue)

forタグにif条件を追加するのはTwig2.10で非推奨になっているため、
キャッシュ生成時にログファイルに非推奨としてログ出力されています。

https://twig.symfony.com/doc/2.x/deprecated.html

ログを確認するときに邪魔なので、
出力されないようにドキュメント通りifの代わりにfilterを使うよう修正しました。

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

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

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

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@okazy okazy added the improvement 機能改善 label Feb 17, 2021
@okazy okazy added this to the 4.0.x milestone Feb 17, 2021
@okazy okazy added affected:admin_template 管理画面テンプレートのDOMに影響のある変更 affected:template フロントテンプレートの変更 labels Feb 17, 2021
Copy link
Contributor

@matsuoshi matsuoshi left a comment

Choose a reason for hiding this comment

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

ありがとうございます、内容問題ないと思います

@matsuoshi matsuoshi modified the milestones: 4.0.x, 4.0.6 Mar 9, 2021
@matsuoshi matsuoshi merged commit 6866c8a into EC-CUBE:4.0 Mar 16, 2021
@kurozumi kurozumi deleted the kurozumi-patch-12 branch June 9, 2021 12:54
@chihiro-adachi chihiro-adachi modified the milestones: 4.0.6, 4.1 Jul 12, 2021
@chihiro-adachi chihiro-adachi removed the affected:admin_template 管理画面テンプレートのDOMに影響のある変更 label Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected:template フロントテンプレートの変更 improvement 機能改善 Status: ready-for-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants