* Code for fix bug #32508.

This commit is contained in:
tianshujie
2023-02-28 17:08:19 +08:00
parent 0f7d855f3e
commit d2a75a9cdf
+1 -1
View File
@@ -2088,7 +2088,7 @@ class task extends control
{
$execution = $this->execution->getById($executionID);
$allExportFields = $this->config->task->exportFields;
if($execution->lifetime == 'ops') $allExportFields = str_replace(' story,', '', $allExportFields);
if($execution->lifetime == 'ops' or in_array($execution->attribute, array('request', 'review'))) $allExportFields = str_replace(' story,', '', $allExportFields);
if($_POST)
{