* Merge #841759ab9c, Fix bug #35069.

This commit is contained in:
tanghucheng
2023-11-07 01:52:14 -05:00
parent cd9da7c978
commit 01fa8f9099
+2
View File
@@ -1115,6 +1115,8 @@ class storyTao extends storyModel
{
if($this->config->vision == 'lite') return true;
if(!in_array($story->status, array('launched', 'developing'))) return false;
if($story->status != 'active') return false;
if(!$isShadowProduct && $story->stage != 'wait') return false;
if($isShadowProduct && $story->stage != 'projected') return false;