diff --git a/module/task/control.php b/module/task/control.php index 141f00a025..f24ce816de 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -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) {