Skip to content

Commit

Permalink
Merge pull request #86 from shikshalokam/master
Browse files Browse the repository at this point in the history
 userProfile fix
  • Loading branch information
aks30 authored Jun 1, 2022
2 parents 5536f1d + 0acd0b5 commit 1c78f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/v1/observationsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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") ) {
Expand Down

0 comments on commit 1c78f82

Please sign in to comment.