this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2641 from Jacobjeevan/issues/dailyround-notifications

Daily Rounds External Id in Notification Handler

authored by

Vignesh Hari and committed by
GitHub
fbf76d75 d24b016c

+1 -1
+1 -1
care/utils/notification_handler.py
··· 287 287 self.caused_objects["patient"] = str( 288 288 self.caused_object.consultation.patient.external_id 289 289 ) 290 - self.caused_objects["daily_round"] = str(self.caused_object.id) 290 + self.caused_objects["daily_round"] = str(self.caused_object.external_id) 291 291 if self.caused_object.consultation.patient.facility: 292 292 self.caused_objects["facility"] = str( 293 293 self.caused_object.consultation.facility.external_id