From bed79aa894f3eda44a7d6fb21db54dbf3b5bbca8 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 27 Dec 2023 14:15:36 +0800 Subject: [PATCH] * Fix edit a execution error. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 1f7b617529..e1bdc9deed 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -1091,6 +1091,7 @@ class execution extends control ->setDefault('branch', $this->post->branch) ->stripTags($this->config->execution->editor->edit['id'], $this->config->allowedTags) ->cleanInt('id,project') + ->remove('contactList') ->get(); $changes = $this->execution->update($executionID, $postData, $formData);