This commit is contained in:
tianshujie
2023-12-22 16:29:35 +08:00
parent 1c453240a6
commit 099f5b9200
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ class executionModel extends model
if(isset($postData->attribute) && isset($project->model) && in_array($project->model, array('waterfall', 'waterfallplus')))
{
$this->app->loadLang('stage');
$attribute = $executions[$executionID]->attribute;
$attribute = isset($executions[$executionID]->attribute) ? $executions[$executionID]->attribute : $oldExecution->attribute;
if(isset($attributeList[$parentID]))
{