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