操作
Backport(バックポート) #1508
完了NotificationMailTable::fetchTemplateFromConfigSample() doesn't fetch template when template of specified culture is undefined in mail_template.yml (指定した言語のサンプルテンプレートが未定義の場合テンプレートが取得できない)
開始日:
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']);
に変更。
Shogo Kawahara さんが約14年前に更新
- ステータス を New(新規) から Accepted(着手) に変更
- 担当者 を Shogo Kawahara にセット
Shogo Kawahara さんが約14年前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
更新履歴 ee2abef2a266b6a23251fd9035fcf3e4deea8e12 で適用されました。
Kousuke Ebihara さんが約14年前に更新
- ステータス を Pending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
- 進捗率 を 50 から 70 に変更
Hiroki Mogi さんが約14年前に更新
- ステータス を Pending Testing(テスト待ち) から Fixed(完了) に変更
- 進捗率 を 70 から 100 に変更
テストが終了しているので、ステータスを変更します。
操作