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

isMaintenance変数が未定義の場合の処理を行います。 #5995

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

luolongfei
Copy link
Contributor

@luolongfei luolongfei commented May 25, 2023

概要(Overview・Refs Issue)

管理画面 /%eccube_admin_route%/content/layout/{id}/edit の画面で、レイアウトの調整を行った後、右側で調整したページを選択し、「プレビュー」をクリックすると、表示したい画面に移動します。しかし、現在のコードでは、"Variable "isMaintenance" does not exist." というエラーが発生してしまいます。調査の結果、このエラーは、プレビューモード中に isMaintenance 変数がページに注入されないために発生していることが分かりました。そのため、画面を正常にプレビューすることができません。この問題を解決するために、私はコードに判断を追加しました。もし変数が定義されていなくても、プレビュー機能に影響がないようにしました。

方針(Policy)

  • プレビューモード中に isMaintenance 変数がページに注入されないために発生するエラーを修正。
  • コードに判断を追加し、変数が定義されていなくてもプレビュー機能に影響がないようにした。

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

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

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

レビュワー確認項目

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

@codecov-commenter
Copy link

Codecov Report

Merging #5995 (83d9b8a) into 4.2 (56310f7) will decrease coverage by 0.02%.
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    #5995      +/-   ##
============================================
- Coverage     82.51%   82.49%   -0.02%     
  Complexity     6401     6401              
============================================
  Files           475      475              
  Lines         25740    25740              
============================================
- Hits          21240    21235       -5     
- Misses         4500     4505       +5     
Flag Coverage Δ
E2E 69.41% <ø> (+<0.01%) ⬆️
Unit 79.66% <ø> (-0.04%) ⬇️

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

see 5 files with indirect coverage changes

@xuelian311 xuelian311 added this to the 4.2.3 milestone Jul 5, 2023
@dotani1111
Copy link
Contributor

以下のPRとコンフリクトする可能性あり?
#6039

@dotani1111 dotani1111 modified the milestones: 4.2.3, 4.2.x Nov 10, 2023
@shinya
Copy link
Contributor

shinya commented Dec 11, 2023

コンフリクトの可能性と動作確認で問題なければ、次回のVersionUPで取り込む予定。

@dotani1111 dotani1111 merged commit 3ce1a5d into EC-CUBE:4.3 Jan 17, 2024
@dotani1111 dotani1111 modified the milestones: 4.2.x, 4.3.0 Jan 17, 2024
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.

6 participants