* [task#146720,done,2h,0h] Fix researchtask history error.

This commit is contained in:
wangyuting
2025-08-25 14:37:51 +08:00
parent 7efdd794dc
commit ef30dbb93f
+1
View File
@@ -62,6 +62,7 @@ class history extends wg
$objectType = data('objectType');
if(empty($objectType)) $objectType = $app->rawModule;
if($objectType == 'requirement' || $objectType == 'epic') $objectType = 'story';
if($objectType == 'researchtask') $objectType = 'task';
$this->setProp('objectType', $objectType);
}
if(empty($objectID))