Ignore:
Timestamp:
2014/01/06 17:54:30 (10 years ago)
Author:
undertree
Message:

#2389 未登録のおすすめ商品の削除を行うと全商品が削除されたような表示となる問題の再修正(「削除しました」alertが出なくなったものを修正)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents_Recommend.php

    r23308 r23313  
    106106                    $arrItems = $this->getRecommendProducts($objRecommend); 
    107107                } 
    108                 $this->tpl_onload = "window.alert('削除しました');"; 
    109                 // 再表示 
    110                 $this->objDisplay->reload(); 
     108                $this->tpl_onload = "window.alert('削除しました');location.reload();"; 
    111109                break; 
    112110            case 'set_item': // 商品を選択する。 
Note: See TracChangeset for help on using the changeset viewer.