* [bug#56675,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-11-01 10:51:26 +08:00
committed by 王怡栋
parent b9e14fd490
commit 6c099488ce
+1 -1
View File
@@ -43,7 +43,7 @@ public function getFieldList(string $module, string $method = ''): array
}
/* Logic except open source version .*/
if($this->config->edition != 'open' and $module != 'story') $fieldList = $this->appendWorkflowFields($module, $method, $fieldList);
if($this->config->edition != 'open' and $module != 'story') $fieldList += $this->appendWorkflowFields($module, $method);
return $fieldList;
}