Bug(バグ) #3452
完了friendListをfrendListとtypoしている箇所がある
100%
説明
概要¶
以下の箇所にtypoがあります。
apps/pc_frontend/modules/community/templates/homeSuccess.php 22:op_include_parts('nineTable', 'frendList', $options); apps/pc_frontend/modules/friend/templates/_friendListBox.php 20:op_include_parts('nineTable', 'frendList_'.$gadget->getId(), $options);
'friendList'であるべきクラス名が'frendList'となっています。
Akihiro KOBAYASHI さんが約10年前に更新
- 担当者 を Akihiro KOBAYASHI にセット
- 3.8 で発生するか を Unknown (未調査) から Yes (はい) に変更
Akihiro KOBAYASHI さんが約10年前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
プルリクエストしました
https://github.com/openpne/OpenPNE3/pull/194
apps/pc_frontend/modules/community/templates/homeSuccess.php
22:op_include_parts('nineTable', 'frendList', $options);
を
22:op_include_parts('nineTable', 'friendList', $options);
apps/pc_frontend/modules/friend/templates/_friendListBox.php
20:op_include_parts('nineTable', 'frendList_'.$gadget->getId(), $options);
を
20:op_include_parts('nineTable', 'friendList_'.$gadget->getId(), $options);
に修正しました
単なる打ち間違えであると考えられます
Akihiro KOBAYASHI さんが約10年前に更新
- 対象バージョン を OpenPNE 3.9.0-old にセット
プルリクエスト先変更のため
https://github.com/openpne/OpenPNE3/pull/194 を一旦クローズ、
新たにhttps://github.com/openpne/OpenPNE3/pull/225 を追加
isao sano さんが約9年前に更新
- 関連している Backport(バックポート) #3863: friendListをfrendListとtypoしている箇所がある を追加
isao sano さんが約9年前に更新
- 関連している Backport(バックポート) #3864: friendListをfrendListとtypoしている箇所がある を追加
Shinichi Urabe さんが8年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
- 進捗率 を 50 から 70 に変更
レビューOKですが、リリースすることにより、フレンドの9テーブルガジェットのソート順やガジェットの展開、閉じる状態が元に戻ることを告知か何かで伝えてください
kaoru n さんが4年以上前に更新
- ステータス を Rejected(差し戻し) から Pending Review(レビュー待ち) に変更
リベースのため、
https://github.com/openpne/OpenPNE3/pull/225
を close しました。
https://github.com/openpne/OpenPNE3/pull/613
にてプルリクエストしています。
※ リリース時に #3452-8 を忘れないように。
Rimpei Ogawa さんが約4年前に更新
- ステータス を Pending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
- 進捗率 を 50 から 70 に変更