+ [bug#60288,done,0.5h] set objectType to story in requirement and epic.

This commit is contained in:
liumengyi
2025-03-06 09:46:03 +08:00
committed by 田淑杰
parent c1abaa8c81
commit b98f58f25c
+1
View File
@@ -56,6 +56,7 @@ class history extends wg
{
$objectType = data('objectType');
if(empty($objectType)) $objectType = $app->rawModule;
if($objectType == 'requirement' || $objectType == 'epic') $objectType = 'story';
$this->setProp('objectType', $objectType);
}
if(empty($objectID))