From b98f58f25c145f9f7532f876fdd485f11dad0fd5 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 6 Mar 2025 09:43:27 +0800 Subject: [PATCH] + [bug#60288,done,0.5h] set objectType to story in requirement and epic. --- lib/zin/wg/history/v1.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/wg/history/v1.php b/lib/zin/wg/history/v1.php index 6f0a61e7f6..ba29863455 100644 --- a/lib/zin/wg/history/v1.php +++ b/lib/zin/wg/history/v1.php @@ -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))