diff --git a/module/execution/js/storykanban.js b/module/execution/js/storykanban.js index aa43e2dc23..e7d1fc7045 100644 --- a/module/execution/js/storykanban.js +++ b/module/execution/js/storykanban.js @@ -57,6 +57,7 @@ $(function() $.post(createLink(type, stageMap[type][from][to], 'stage=' + to), {'storyIdList[]':[id]}, function() { refresh(); + location.reload(); }); return true; }