操作
Backport(バックポート) #4127
完了Bug(バグ) #3268: ニックネームがSNS内名称設定に対応していない
ニックネームがSNS内名称設定に対応していない
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
操作