diff --git a/module/execution/js/kanban.js b/module/execution/js/kanban.js index 64a60d76b1..4f04327390 100644 --- a/module/execution/js/kanban.js +++ b/module/execution/js/kanban.js @@ -1,3 +1,9 @@ +$('#products').change(function() +{ + var selectProductID = $('#products').val(); + var attr = '/index.php?m=story&f=batchCreate&ProductID=' + selectProductID + '&branch=' + branch + '&moduleID=0&story=0&ex + $('#batchCreateStory').children().children().attr('href',attr); +}); /** * When execution status change. * diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 5696583391..5eaa24dd42 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -253,11 +253,4 @@ js::set('branch',$branchID); -