From c484eef003c19ba1f367cea8665c6a0a267d0dba Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 3 Sep 2024 02:48:49 +0000 Subject: [PATCH] * [bug] fix code error. --- module/execution/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 3bf37d8e71..7104dc6202 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -1250,7 +1250,6 @@ class execution extends control $this->config->excludeDropmenuList[] = 'execution-batchedit'; } - $this->extendRequireFields($executionID); if($this->post->name) { $postData = fixer::input('post')->get();