* [bug#60630,done,0.5h] fix main branch stories be filtered.

This commit is contained in:
tianshujie
2025-03-19 09:17:36 +08:00
committed by 曹延义
parent 8df0a2cfa5
commit 140e98d972
+1 -1
View File
@@ -1712,7 +1712,7 @@ class storyTao extends storyModel
foreach($releases as $release)
{
$branches = array_unique(array_filter(explode(',', $release->branch)));
$branches = array_unique(explode(',', trim($release->branch, ',')));
foreach($branches as $branch) $stages[(int)$branch] = 'released';
}