From 49ce3282a91db2b91ed83bc5de973b0199873697 Mon Sep 17 00:00:00 2001 From: zenggang Date: Thu, 7 Apr 2022 08:50:39 +0000 Subject: [PATCH] * Fix bug#6971 --- module/task/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/config.php b/module/task/config.php index b7a3c8d326..e79127ec59 100644 --- a/module/task/config.php +++ b/module/task/config.php @@ -35,7 +35,7 @@ $config->task->exportFields = ' openedBy, openedDate, assignedTo, assignedDate, finishedBy, finishedDate, canceledBy, canceledDate, closedBy, closedDate, closedReason, - lastEditedBy, lastEditedDate, avtivatedDate, files + lastEditedBy, lastEditedDate, activatedDate, files '; $config->task->customCreateFields = 'story,estStarted,deadline,mailto,pri,estimate';