Skip to content

Commit

Permalink
commit test fix #3146
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Jun 25, 2024
1 parent 5dc1929 commit b069ba4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ class SaveReportDataCommand implements Validateable {
}
// Setting the activityId in the payload is necessary for ecodata to update the activity as well as outputs.
activity.activityId = activityId
activity.organisationId = report?.organisationId

if (report.organisationId) {
activity.organisationId = report.organisationId
}

result = activityService.update(activityId, activity)

Expand Down

0 comments on commit b069ba4

Please sign in to comment.