操作
Bug(バグ) #1202
完了"Visit Site" link on the pc_backend is wrong (管理画面の「サイトを確認」リンクが間違っている」
開始日:
2010-06-27
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
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.
Shogo Kawahara さんが14年以上前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
更新履歴 3b03f543351ba1ac983cdde1f752517c659ce327 で適用されました。
Rimpei Ogawa さんが14年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
- 進捗率 を 50 から 70 に変更
Kousuke Ebihara さんが14年以上前に更新
- ステータス を Pending Testing(テスト待ち) から Fixed(完了) に変更
- 進捗率 を 70 から 100 に変更
操作