Opened 14 years ago
Closed 13 years ago
#4192 closed defect (fixed)
トピック詳細画面の日付の表示が「更新日時」になっている
Reported by: | fukamachi | Owned by: | fukamachi |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | plugins | Version: | |
Keywords: | opCommunityTopicPlugin | Cc: |
Description (last modified by )
■ 現象
トピックの詳細画面に表示されている日付が、「投稿日時」ではなく「更新日時」になっている。
これはPC版、携帯版ともに発生する。
■ 原因
テンプレートないでのメソッドの指定が間違っているため。
- 投稿日時 $communityTopic->getCreatedAt()
- 更新日時 $communityTopic->getTopicUpdatedAt()
■ 修正内容
テンプレート内でのメソッド名を修正。
■ 関連情報
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | 確認中 added |
Status: | new → assigned |
Type: | enhancement → defect |
comment:2 Changed 14 years ago by
Component: | 指定しない → plugins |
---|---|
Milestone: | OpenPNE3.1.2 |
comment:3 Changed 13 years ago by
Keywords: | 確認中 removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
r12452で修正しました。