diff --git a/module/story/view/header.html.php b/module/story/view/header.html.php
index a5c56e71e5..90c940028c 100644
--- a/module/story/view/header.html.php
+++ b/module/story/view/header.html.php
@@ -64,7 +64,7 @@ function loadBranch()
*/
function loadProductBranches(productID)
{
- var param = '';
+ var param = 'all';
if(page == 'create') param = 'active';
$('#branch').remove();
$('#branch_chosen').remove();