diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php
index 6e21e3e6c8..144fb11439 100644
--- a/module/product/view/browse.html.php
+++ b/module/product/view/browse.html.php
@@ -449,7 +449,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
echo "
";
foreach($branchTagOption as $id => $branchName)
{
- $actionLink = $this->createLink('story', 'batchChangeBranch', "branchID=$id");
+ $actionLink = $this->createLink('story', 'batchChangeBranch', "branchID=$id&confirm=&storyIdList=&storyType=$storyType");
echo "- " . html::a('#', $branchName, '', "onclick=\"setFormAction('$actionLink', 'hiddenwin', '#productStoryForm')\"") . "
";
}
echo '
';
@@ -549,7 +549,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
10;
- $actionLink = $this->createLink('story', 'batchAssignTo', "productID=$productID");
+ $actionLink = $this->createLink('story', 'batchAssignTo', "storyType=$storyType");
echo html::select('assignedTo', $users, '', 'class="hidden"');
?>