this repo has no description
0
fork

Configure Feed

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

Add Shifting Caused Objects

+3
+3
care/utils/notification_handler.py
··· 264 264 self.caused_objects["daily_round"] = str(self.caused_object.id) 265 265 if self.caused_object.consultation.patient.facility: 266 266 self.caused_objects["facility"] = str(self.caused_object.consultation.facility.external_id) 267 + if isinstance(self.caused_object, ShiftingRequest): 268 + self.caused_objects["shifting"] = str(self.caused_object.external_id) 269 + 267 270 return True 268 271 269 272 def generate_whatsapp_users(self):