プロジェクト

全般

プロフィール

Backport(バックポート) #1508

完了

NotificationMailTable::fetchTemplateFromConfigSample() doesn't fetch template when template of specified culture is undefined in mail_template.yml (指定した言語のサンプルテンプレートが未定義の場合テンプレートが取得できない)

Shogo Kawahara さんが約14年前に追加. 約14年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2010-08-18
期日:
進捗率:

100%

予定工数:

説明

Overview

指定した言語のサンプルテンプレートが未定義の場合テンプレートが取得できない

NotificationMailTable::fetchTemplateFromConfigSample() doesn't fetch template when template of specified culture is undefined in mail_template.yml

Environment

  • OpenPNE3.6beta3-dev
  • OpenPNE3.7-dev

Causes

指定した言語のサンプルテンプレートが未定義の場合の取得が正しくない。

57           $sample = $config['sample'][0];

では取得できない。

Way to fix

57           $sample = current($config['sample']);

に変更。


関連するチケット 1 (0件未完了1件完了)

関連している OpenPNE 3 - Bug(バグ) #1507: NotificationMailTable::fetchTemplateFromConfigSample() doesn't fetch template when template of specified culture is undefined in mail_template.yml (指定した言語のサンプルテンプレートが未定義の場合テンプレートが取得できない)Fixed(完了)Shogo Kawahara2010-08-18

操作

Rimpei Ogawa さんが約14年前に更新

  • 対象バージョンOpenPNE 3.6beta4 から OpenPNE 3.6beta5 に変更

Shogo Kawahara さんが約14年前に更新

  • ステータスNew(新規) から Accepted(着手) に変更
  • 担当者Shogo Kawahara にセット

Shogo Kawahara さんが約14年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

更新履歴 ee2abef2a266b6a23251fd9035fcf3e4deea8e12 で適用されました。

Hiroki Mogi さんが約14年前に更新

テストを実施しました。正常に動作していました。

Kousuke Ebihara さんが約14年前に更新

  • ステータスPending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
  • 進捗率50 から 70 に変更

Hiroki Mogi さんが約14年前に更新

  • ステータスPending Testing(テスト待ち) から Fixed(完了) に変更
  • 進捗率70 から 100 に変更

テストが終了しているので、ステータスを変更します。

他の形式にエクスポート: Atom PDF