Actions
Bug(バグ) #1202
closed"Visit Site" link on the pc_backend is wrong (管理画面の「サイトを確認」リンクが間違っている」
Start date:
2010-06-27
Due date:
% Done:
100%
Estimated time:
3.6 で発生するか:
3.8 で発生するか:
Description
Overview¶
"Visit Site" link on the pc_backend is wrong.
Environment¶
- OpenPNE3.5.3
Causes¶
apps/pc_backend/templates/layout.php
19 <h1><?php echo __('%sns% Administration', array('%sns%' => $op_config['sns_name'])) ?></h1>
20 <span id="visit-site"><a href="<?php echo app_url_for('pc_frontend', '@homepage') ?>" target="_blank"><?php echo __('Visit Site') ?></a></span>
21 </div>
In line 20, app_url_for() MUST use 3rd argument.
Updated by Shogo Kawahara over 14 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 3b03f543351ba1ac983cdde1f752517c659ce327 で適用されました。
Updated by Rimpei Ogawa over 14 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
Updated by Kousuke Ebihara over 14 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
Actions