* [bug#60630,done,0.5h] fix main branch stories be filtered.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user