Bug(バグ) #3452
closedfriendListをfrendListとtypoしている箇所がある
100%
Description
概要¶
以下の箇所に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'となっています。
Updated by Akihiro KOBAYASHI about 10 years ago
- Assignee set to Akihiro KOBAYASHI
- 3.8 で発生するか changed from Unknown (未調査) to Yes (はい)
Updated by Akihiro KOBAYASHI about 10 years ago
- Status changed from New(新規) to Accepted(着手)
Updated by Akihiro KOBAYASHI about 10 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 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);
に修正しました
単なる打ち間違えであると考えられます
Updated by Akihiro KOBAYASHI about 10 years ago
- Target version set to OpenPNE 3.9.0-old
プルリクエスト先変更のため
https://github.com/openpne/OpenPNE3/pull/194 を一旦クローズ、
新たにhttps://github.com/openpne/OpenPNE3/pull/225 を追加
Updated by isao sano about 9 years ago
- Related to Backport(バックポート) #3863: friendListをfrendListとtypoしている箇所がある added
Updated by isao sano about 9 years ago
- Related to Backport(バックポート) #3864: friendListをfrendListとtypoしている箇所がある added
Updated by Shinichi Urabe almost 9 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
レビューOKですが、リリースすることにより、フレンドの9テーブルガジェットのソート順やガジェットの展開、閉じる状態が元に戻ることを告知か何かで伝えてください
Updated by kaoru n over 7 years ago
- Status changed from Pending Testing(テスト待ち) to Rejected(差し戻し)
- Target version changed from OpenPNE 3.9.0-old to OpenPNE 3.9.0
- % Done changed from 70 to 50
対象バージョン変更により修正内容の確認が必要であるため差し戻します。
Updated by kaoru n almost 5 years ago
- Target version changed from OpenPNE 3.9.0 to OpenPNE 3.10.x
Updated by kaoru n over 4 years ago
- Target version changed from OpenPNE 3.10.x to OpenPNE 3.11.x
Updated by kaoru n over 4 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
リベースのため、
https://github.com/openpne/OpenPNE3/pull/225
を close しました。
https://github.com/openpne/OpenPNE3/pull/613
にてプルリクエストしています。
※ リリース時に #3452-8 を忘れないように。
Updated by Rimpei Ogawa over 4 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
Updated by isao sano over 4 years ago
- Status changed from Pending Testing(テスト待ち) to Pending Merge(マージ待ち)
- % Done changed from 70 to 80
試験しました。問題ありません。
Updated by kaoru n over 4 years ago
- Status changed from Pending Merge(マージ待ち) to Fixed(完了)
- % Done changed from 80 to 100
マージしました