Kiwa Sakai さんが約13年前に追加. ほぼ13年前に更新.
100%
説明
トピック検索(/communityTopic/search)の検索結果に画像が表示されるが、コミュニティ画像が登録されているコミュニティのトピックであってもNoImage になります。コミュニティ画像を表示させるような改善をお願いします。
関連するチケット 1 (0件未完了 — 1件完了)
関連している 次のチケットと重複 次のチケットが重複 ブロック先 ブロック元 次のチケットに先行 次のチケットに後続 コピー先 コピー元 チケット # 遅延: 日 キャンセル
修正パッチです。
diff --git a/lib/model/doctrine/PluginCommunityEvent.class.php b/lib/model/doctrine/PluginCommunityEvent.class.php index a70d880..91d244f 100644 --- a/lib/model/doctrine/PluginCommunityEvent.class.php +++ b/lib/model/doctrine/PluginCommunityEvent.class.php @@ -112,7 +112,7 @@ abstract class PluginCommunityEvent extends BaseCommunityEvent // for pager public function getImageFilename() { - $this->getCommunity()->getImageFilename(); + return $this->getCommunity()->getImageFilename(); } public function postInsert($event) diff --git a/lib/model/doctrine/PluginCommunityTopic.class.php b/lib/model/doctrine/PluginCommunityTopic.class.php index c4306ff..04df77d 100644 --- a/lib/model/doctrine/PluginCommunityTopic.class.php +++ b/lib/model/doctrine/PluginCommunityTopic.class.php @@ -50,7 +50,7 @@ abstract class PluginCommunityTopic extends BaseCommunityTopic // for pager public function getImageFilename() { - $this->getCommunity()->getImageFilename(); + return $this->getCommunity()->getImageFilename(); } public function getImagesWithNumber()
masterに下記コミットでパッチを適用しました.
https://github.com/tejimaya/opCommunityTopicPlugin/commit/8cea6b1cb7f690c957c117eaac1c7b95e297b604
レビューOKです。
テスト完了致しました。問題ありませんのでこのチケットをFixed(完了)に致します。
他の形式にエクスポート: Atom PDF