From aa9246a2aa2af0276ab405a46148a654f334a73d Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 23 Sep 2025 11:52:11 +0800 Subject: [PATCH] * [bug#65546,done,0.2h,0h] Adjust product all sort link. --- module/product/ui/all.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/ui/all.html.php b/module/product/ui/all.html.php index 0492963839..bb4f326053 100644 --- a/module/product/ui/all.html.php +++ b/module/product/ui/all.html.php @@ -120,7 +120,7 @@ dtable set::userMap($users), set::customCols(true), set::checkable($canBatchEdit), - set::sortLink(createLink('product', 'all', "browseType={$browseType}&orderBy={name}_{sortType}¶m={$param}&recTotal={$recTotal}&recPerPage={$recPerPage}")), + set::sortLink(createLink('product', 'all', "browseType={$browseType}&orderBy={name}_{sortType}¶m={$param}&recTotal={$recTotal}&recPerPage={$recPerPage}&pageID={$pageID}&programID={$programID}")), set::orderBy($orderBy), set::plugins(array('header-group', 'sortable')), $canBatchEdit ? set::footToolbar