diff --git a/module/productplan/js/view.js b/module/productplan/js/view.js index 1cae9f1bff..1be3e6820c 100644 --- a/module/productplan/js/view.js +++ b/module/productplan/js/view.js @@ -1,4 +1,4 @@ -function showLink(planID, type, param) +function showLink(planID, type, orderBy, param) { var method = type == 'story' ? 'linkStory' : 'linkBug'; $.get(createLink('productplan', method, 'planID=' + planID + (typeof(param) == 'undefined' ? '' : param) + (typeof(orderBy) == 'undefined' ? '' : "&orderBy=" + orderBy)), function(data)