Ticket #777 (new バグ指摘) — at Initial Version
「商品管理」-「商品並べ替え」の一覧画面のページング機能がおかしい
| Reported by: | AMUAMU | Owned by: | somebody |
|---|---|---|---|
| Priority: | 低 | Milestone: | EC-CUBE2.5.0alpha |
| Component: | 管理画面 | Version: | 2.4.3 |
| Keywords: | Cc: | ||
| 修正済み: |
Description
koolweb37様から報告があり、DELIGHT様が調査・解決方法を投稿されています。
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=6282&forum=11&post_id=29899
管理画面の「商品管理」-「商品並べ替え」にて各カテゴリーに10件以上商品を登録していた場合に表示される一覧画面のページング機能がおかしいのです。
data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php 136行目付近 lfGetProduct()
if(DB_TYPE != "mysql") $objQuery->setlimitoffset(SEARCH_PMAX, $startno);
$objQuery->setlimitoffset(SEARCH_PMAX, $startno);
随分前からこのコードのようなので、恐らく単なるミスかと思います。
Note: See
TracTickets for help on using
tickets.
