diff --git a/module/story/model.php b/module/story/model.php index e22654ccfe..4c76221479 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -4273,7 +4273,7 @@ class storyModel extends model if(in_array($this->app->tab, array('product', 'project'))) { - if(($canChange or $canRecall or $canSubmitReview or $canReview or $canEdit) and ($canBatchCreate or $canClose or $canUnlinkStory)) + if(($canChange or $canRecall or $canSubmitReview or $canReview or $canEdit) and ($canCreateCase or $canBatchCreate or $canClose or $canUnlinkStory)) { $menu .= "
"; }