* Fix edit a execution error.

This commit is contained in:
tianshujie
2023-12-27 14:15:51 +08:00
parent bf4e2d991e
commit bed79aa894
+1
View File
@@ -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);