Skip to content

Commit

Permalink
BAH-3990 | Fix. Added handleAuditEvent function to hostApi in IpdDash…
Browse files Browse the repository at this point in the history
…board (#981)
  • Loading branch information
parvathy00 committed Jul 11, 2024
1 parent 179613b commit 34d84bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/app/clinical/common/controllers/visitController.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ angular.module('bahmni.clinical')
$window.location = "../home/index.html#/login";
});
});
},
handleAuditEvent: function (patientUuid, eventType, messageParams, module) {
return auditLogService.log(patientUuid, eventType, messageParams, module);
}
}
};
Expand Down

0 comments on commit 34d84bd

Please sign in to comment.