プロジェクト

全般

プロフィール

Bug(バグ) #3005

コミュニティタイムラインに投稿しても投稿内容が表示されない

Shouta Kashiwagiほぼ12年前に追加. ほぼ12年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
対象バージョン:
開始日:
2012-04-20
期日:
進捗率:

100%

3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Unknown (未調査)

説明

概要

  • スマホ版コミュニティタイムラインにおいて,タイムラインの表示がされない.
  • タイムラインの投稿をしても反映されない(投稿のAPIリクエストは投げられている.)

原因

apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php の78行目にhideクラスが付けられているため,タイムラインが display:none; な状態となっている.

修正方針

diff --git a/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php b/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php
index 4eedb80..d93e811 100644
--- a/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php
+++ b/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php
@@ -75,7 +75,7 @@ var gorgon = {
   <div class="gadget_header span12">コミュニティタイムライン</div>
 </div>

-<div id="timeline-list" class="span12 hide" data-post-baseurl="<?php echo url_for('@homepage', array('absolute' => true)); ?>" data-last-id="" data-loadmore-id="" style="margin-left: 0px;">
+<div id="timeline-list" class="span12" data-post-baseurl="<?php echo url_for('@homepage', array('absolute' => true)); ?>" data-last-id="" data-loadmore-id="" style="margin-left: 0px;">
 </div>
 <div id="timeline-list-loader" class="row span12 center show" style="margin-top: 20px; margin-bottom: 20px;">
 <?php echo op_image_tag('ajax-loader.gif', array('alt' => 'Now Loading...')) ?>

履歴

#1 Shouta Kashiwagiほぼ12年前に更新

  • 担当者Shouta Kashiwagi にセット
  • 対象バージョンopTimelinePlugin 0.9.1 にセット

概要

  • スマホ版コミュニティタイムラインにおいて,タイムラインの表示がされない.
  • タイムラインの投稿をしても反映されない(投稿のAPIリクエストは投げられている.)

原因

apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php の78行目にhideクラスが付けられているため,タイムラインが display:none; な状態となっている.

修正方針

diff --git a/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php b/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php
index 4eedb80..d93e811 100644
--- a/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php
+++ b/apps/pc_frontend/modules/timeline/templates/_smtTimelineCommunity.php
@@ -75,7 +75,7 @@ var gorgon = {
   <div class="gadget_header span12">コミュニティタイムライン</div>
 </div>

-<div id="timeline-list" class="span12 hide" data-post-baseurl="<?php echo url_for('@homepage', array('absolute' => true)); ?>" data-last-id="" data-loadmore-id="" style="margin-left: 0px;">
+<div id="timeline-list" class="span12" data-post-baseurl="<?php echo url_for('@homepage', array('absolute' => true)); ?>" data-last-id="" data-loadmore-id="" style="margin-left: 0px;">
 </div>
 <div id="timeline-list-loader" class="row span12 center show" style="margin-top: 20px; margin-bottom: 20px;">
 <?php echo op_image_tag('ajax-loader.gif', array('alt' => 'Now Loading...')) ?>

#2 Shouta Kashiwagiほぼ12年前に更新

  • ステータスNew(新規) から Accepted(着手) に変更

#3 Shouta Kashiwagiほぼ12年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

#4 Shouta Kashiwagiほぼ12年前に更新

  • 説明 を更新 (diff)

#5 Yuya Watanabeほぼ12年前に更新

  • ステータスPending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
  • 進捗率50 から 70 に変更

#6 Yuma Sakataほぼ12年前に更新

  • ステータスPending Testing(テスト待ち) から Fixed(完了) に変更
  • 進捗率70 から 100 に変更

テストOKです。

他の形式にエクスポート: Atom PDF