From 3e495ef3a208e2ea1dda20a2621a13d8fadfb807 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Fri, 23 Aug 2024 10:46:54 +0800 Subject: [PATCH] * [task#126006,done,1h,0h] After the project is closed and reactivated, the actual start time of the project becomes the activation time. --- module/project/zen.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/project/zen.php b/module/project/zen.php index c922f32259..a478cbdc4e 100755 --- a/module/project/zen.php +++ b/module/project/zen.php @@ -1012,7 +1012,6 @@ class projectZen extends project ->setDefault('lastEditedDate', helper::now()) ->setIF($rawdata->begin == '0000-00-00', 'begin', '') ->setIF($rawdata->end == '0000-00-00', 'end', '') - ->setIF(!helper::isZeroDate($oldProject->realBegan), 'realBegan', helper::today()) ->stripTags($editorIdList, $this->config->allowedTags) ->get(); }