Ticket #2423 (closed バグ指摘: 無効)

Opened 11 years ago

Last modified 10 years ago

v2.13.0 管理画面:おすすめ商品のテンプレートに不要な関数がある。

Reported by: kimoto Owned by: somebody
Priority: Milestone: EC-CUBE2.13.3
Component: 管理画面 Version: 2.13.0
Keywords: Cc:
修正済み: no

Description

 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=13384&forum=9&post_id=61002#forumpost61002

別スレッド中にあった既述上の不具合のようです。data/Smarty/templates/admin/contents/recommend.tplに
function lfnSortItem(mode,data,cnt){
    var flag = true;
    var checkRank = '<!--{$checkRank|h}-->';
    if ( checkRank ){
        if( ! window.confirm('さきほど選択した<!--{$checkRank|h}-->位の情報は破棄されます。宜しいでしょうか')){
            flag = false;
        }
    }

    if ( flag ){
        document["form"+cnt]["mode"].value = mode;
        document["form"+cnt]["best_id"].value = data;
        document["form"+cnt].submit();
    }
}
window.confirmの内容が不明http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=13379&post_id=60990&order=0&viewmode=thread&pid=0&forum=9#forumpost60990修正案http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=thread&topic_id=13379&forum=9&post_id=60994#forumpost60994

Change History

comment:1 Changed 11 years ago by kimoto

  • Milestone set to EC-CUBE 2.13.1

comment:2 Changed 11 years ago by m_uehara

  • Milestone changed from EC-CUBE 2.13.1 to EC-CUBE 2.13.2

comment:3 Changed 10 years ago by h_yoshimoto

  • Milestone changed from EC-CUBE2.13.2 to EC-CUBE2.13.3

comment:4 Changed 10 years ago by kimoto

 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=14734&forum=4&post_id=65948#forumpost65948

問題を定義してチケットを作成していただいた手前、 以下のチケットについて、閉じていただきたく。

(1)#2423 仕様の理解不足による謝った指摘です。取消をお願いします。 (2)#2428 #2485と同件です。 (3)#2520との重複チケットです。

お手数かけますが、よろしくお願いします。

comment:5 Changed 10 years ago by kimoto

  • Status changed from new to closed
  • Resolution set to 無効
Note: See TracTickets for help on using tickets.