* [task#126006,done,1h,0h] After the project is closed and reactivated, the actual start time of the project becomes the activation time.

This commit is contained in:
tanghucheng
2024-08-23 17:28:18 +08:00
committed by 谢杞钰
parent 90063139b3
commit 3e495ef3a2
-1
View File
@@ -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();
}