From ed6cf62a94f84a9ba6870ebf5955bdb220208478 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 13 Nov 2025 15:17:16 +0800 Subject: [PATCH] * [bug#67057,done,1h] set no nested check. --- module/productplan/ui/browsebylist.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/productplan/ui/browsebylist.html.php b/module/productplan/ui/browsebylist.html.php index df799105b5..6cd1cdcc7d 100644 --- a/module/productplan/ui/browsebylist.html.php +++ b/module/productplan/ui/browsebylist.html.php @@ -216,6 +216,7 @@ dtable !$isFromDoc ? null : set::afterRender(jsCallback()->call('toggleCheckRows', $idList)), !$isFromDoc ? null : set::onCheckChange(jsRaw('window.checkedChange')), !$isFromDoc ? null : set::height(400), + !$isFromDoc ? null : set::noNestedCheck(), $isFromDoc ? null : set::customCols(true), $isFromDoc ? null : set::sortLink($sortLink), $isFromDoc ? null : set::checkInfo(jsRaw("function(checkedIDList){return window.setStatistics(this, checkedIDList, '{$summary}');}")),