Skip to content
Snippets Groups Projects
Commit 748e29e4 authored by Nithya Santhanam's avatar Nithya Santhanam
Browse files

TMSS-940: Updated the code, wrt to prev commit

parent 0be81beb
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!554Resolve TMSS-940
......@@ -29,7 +29,7 @@ const QaReportingTemplate = {
let taskDataproducts = _.find(dataproducts.task_blueprints, {'id': task.id})
for(const successor of taskSuccessors) {
if(successor.task_type === "pipeline") {
taskSuccessors.subtasks.map(successorSubtask => {
successor.subtasks.map(successorSubtask => {
if(successorSubtask.primary === true){
observation.pipeline.push(successorSubtask.id);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment