diff --git a/module/program/js/kanban.js b/module/program/js/kanban.js index b63c42dede..c1574a2fb1 100644 --- a/module/program/js/kanban.js +++ b/module/program/js/kanban.js @@ -72,7 +72,7 @@ function processKanbanData(key, programsData) var execution = project.execution; if(!execution || !execution.id) return; - projectItem.execution = execution; + projectItem.execution = $.extend({}, execution, {id: 'execution-' + execution.id, _id: execution.id}); }); }