操作
Bug(バグ) #3268
完了ニックネームがSNS内名称設定に対応していない
開始日:
2017-01-16
期日:
進捗率:
100%
予定工数:
(合計: 0:00時間)
3.6 で発生するか:
Yes (はい)
[QA]バグ通知済:
いいえ
3.8 で発生するか:
Unknown (未調査)
opCommunityTopicPlugin 絞込条件:
説明
概要¶
ニックネームがSNS内名称設定に対応していない.
apps/pc_backend/i18n/messages.ja.xml 125 <trans-unit id=""> 126 <source>Nickname</source> 127 <target>ニックネーム</target> 128 </trans-unit>
該当箇所
$ ack Nickname --pager=cat apps/pc_backend/modules/communityTopic/templates/_eventMemberInfo.php 4:<tr><th><?php echo __('Nickname') ?></th><td><?php echo $eventMember->Member->getName() ?></td></tr> apps/pc_backend/modules/communityTopic/templates/_eventCommentInfo.php 4:<tr><th><?php echo __('Nickname') ?></th><td><?php echo $eventComment->Member->getName() ?></td></tr> apps/pc_backend/modules/communityTopic/templates/_topicCommentInfo.php 4:<tr><th><?php echo __('Nickname') ?></th><td><?php echo $topicComment->Member->getName() ?></td></tr> apps/pc_backend/modules/communityTopic/lib/CommunityEventCommentSearchForm.class.php 50: $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('Nickname')); apps/pc_backend/modules/communityTopic/lib/CommunityTopicCommentSearchForm.class.php 50: $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('Nickname')); apps/pc_backend/modules/communityTopic/lib/CommunityEventMemberSearchForm.class.php 39: $this->widgetSchema->setLabel('member_name', sfContext::getInstance()->getI18N()->__('Nickname')); apps/pc_backend/i18n/messages.ja.xml 126: <source>Nickname</source>
確認バージョン¶
opCommunityTopicPlugin 1.0.4
操作