* Fix bug #46695. undifind attribute.

This commit is contained in:
tanghucheng
2024-04-17 14:46:05 +08:00
parent f37bd06f97
commit 4e05dccaeb
+1
View File
@@ -1111,6 +1111,7 @@ class execution extends control
->setIF($oldExecution->type == 'stage', 'project', $oldExecution->project)
->setDefault('team', $this->post->name)
->setDefault('branch', $this->post->branch)
->setDefault('attribute', $oldExecution->attribute)
->get();
$changes = $this->execution->update($executionID, $formData);