diff --git a/module/story/tao.php b/module/story/tao.php index 11f1b2a3f0..afe0376d82 100644 --- a/module/story/tao.php +++ b/module/story/tao.php @@ -1485,7 +1485,7 @@ class storyTao extends storyModel } } - if($parentStage == 'wait') + if($parentStage == 'wait' || $parentStage == 'inroadmap') { if($hasInRoadmap) $parentStage = 'inroadmap'; if($hasInCharter) $parentStage = 'incharter';