* Finish task #70015.

This commit is contained in:
tianshujie
2022-09-28 09:22:13 +08:00
parent 129c7dfd03
commit c5c299b727
+1 -1
View File
@@ -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 .= "<div class='dividing-line'></div>";
}