diff --git a/module/project/js/kanban.js b/module/project/js/kanban.js index 0bf778475b..b9f86009fe 100644 --- a/module/project/js/kanban.js +++ b/module/project/js/kanban.js @@ -108,7 +108,7 @@ $(function() if(statusMap[type][from] && statusMap[type][from][to]) { var method = statusMap[type][from][to]; - if(method == 'changeSubStatus') + if(method == 'ajaxChangeSubStatus') { $.getJSON($.createLink(type, method, 'id=' + id + '&subStatus=' + to), function(response) {