Actions
Bug(バグ) #3398
openスマートフォン版のプロフィール画面などへのアクセスに対応していない
Start date:
2013-09-12
Due date:
% Done:
50%
Estimated time:
3.6 で発生するか:
Unknown (未調査)
[QA]バグ通知済:
No
3.8 で発生するか:
Unknown (未調査)
Description
Overview (現象)¶
スマートフォン端末からプロフィール画面やフレンドリスト画面を閲覧したときにあしあとが記録されない。
ichikawatatsuya/opDiaryPlugin のようにスマートフォン対応された opDiaryPlugin でも同様の現象が起こる。
Causes (原因)¶
通常のPC版のプロフィール画面は member/profile アクションであるのに対し、スマートフォン版では member/smtProfile アクションであるため config/config.php
に記述されている op_action.post_execute_member_profile イベントが発生しないため。
Way to fix (修正内容)¶
config/config.php
にスマートフォン版のアクションに対する記述を追加する。
Updated by Youichi Kimura over 11 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
Pull Request 送信しました
https://github.com/tejimaya/opAshiatoPlugin/pull/3
Actions