Revert "* Add current so that the isClickable judgment of the button can be performed in the current module."
This reverts commit 52f43ac902.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user