From f0b75bcb998a37b27d8e6300d677ef79db35e453 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Wed, 24 Sep 2025 16:28:14 +0800 Subject: [PATCH] Revert "* Add current so that the isClickable judgment of the button can be performed in the current module." This reverts commit 52f43ac902555185c873bbb7011f7b46216bb2a8. --- framework/helper.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/helper.class.php b/framework/helper.class.php index c1f7b00e88..5fda598ef7 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -737,7 +737,7 @@ function initItemActions(object &$item, string $actionMenu, array $actionList, o $actionConfig = $actionList[$action]; $notLoadModel = !empty($actionConfig['notLoadModel']) ? $actionConfig['notLoadModel'] : false; - if(!empty($actionConfig['url']['module']) && $module != $actionConfig['url']['module'] && empty($actionConfig['url']['current'])) + if(!empty($actionConfig['url']['module']) && $module != $actionConfig['url']['module']) { $module = $actionConfig['url']['module']; if(!$notLoadModel)