diff --git a/controllers/v1/observationsController.js b/controllers/v1/observationsController.js index 5d102ef5..a093a00d 100644 --- a/controllers/v1/observationsController.js +++ b/controllers/v1/observationsController.js @@ -1153,7 +1153,8 @@ module.exports = class Observations extends Abstract { createdBy: observationDocument.createdBy, evidenceSubmissions: [], entityProfile: {}, - status: "started" + status: "started", + userProfile : observationDocument.userProfile }; if( solutionDocument.hasOwnProperty("criteriaLevelReport") ) {