* [bug] add epic to show files.

This commit is contained in:
sunguangming
2024-07-06 15:23:05 +08:00
committed by 王怡栋
parent 8ec8cafe3d
commit 4face9adc0
+1 -1
View File
@@ -1498,7 +1498,7 @@ class docModel extends model
->orWhere("(objectType = 'testreport' and objectID in ($testReportIdList))")
->orWhere("(objectType = 'testcase' and objectID in ($caseIdList))")
->beginIF($type == 'product')
->orWhere("(objectType in ('story','requirement') and objectID in ($storyIdList))")
->orWhere("(objectType in ('story','requirement', 'epic') and objectID in ($storyIdList))")
->orWhere("(objectType = 'release' and objectID in ($releaseIdList))")
->fi()
->beginIF($type == 'project')