* [task#121986,2h,0h] compute stage for story and demand.

This commit is contained in:
tanghucheng
2024-07-02 18:18:18 +08:00
committed by 谢杞钰
parent 9a522347f8
commit 8538d96048
+1 -1
View File
@@ -1485,7 +1485,7 @@ class storyTao extends storyModel
}
}
if($parentStage == 'wait')
if($parentStage == 'wait' || $parentStage == 'inroadmap')
{
if($hasInRoadmap) $parentStage = 'inroadmap';
if($hasInCharter) $parentStage = 'incharter';