Skip to content
Snippets Groups Projects
Commit 9368d33f authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: also copy other mom_ids

parent 88111aab
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,9 @@ gridControllerMod.controller('GridController', ['$scope', 'dataService', 'uiGrid
starttime: task.starttime,
endtime: task.endtime,
status: task.status,
type: task.type
type: task.type,
project_mom2object_id: task.project_mom2object_id,
mom2object_id: task.mom2object_id
};
tasks.push(gridTask);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment