diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index e6883a207a..cc9427c527 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -243,7 +243,9 @@ $canBatchChangeStage = common::hasPriv('story', 'batchChangeStage'); $canBatchUnlink = common::hasPriv('execution', 'batchUnlinkStory'); $canBatchToTask = common::hasPriv('story', 'batchToTask', $checkObject); - $canBatchAction = ($canBeChanged and ($canBatchEdit or $canBatchClose or $canBatchChangeStage or $canBatchUnlink or $canBatchToTask)); + $canBatchAssignTo = common::hasPriv($storyType, 'batchAssignTo'); + + $canBatchAction = ($canBeChanged and ($canBatchEdit or $canBatchClose or $canBatchChangeStage or $canBatchUnlink or $canBatchToTask or $canBatchAssignTo)); ?> ';?>