Skip to content

Commit

Permalink
fix(Patient Appointment): event permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aibelshajan authored and akashkrishna619 committed Feb 15, 2024
1 parent 2a66c85 commit 976897c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def update_event(self):
event_doc.ends_on = ends_on
event_doc.add_video_conferencing = self.add_video_conferencing
event_doc.save()
event_doc.save(ignore_permissions=True)
event_doc.reload()
self.google_meet_link = event_doc.google_meet_link

Expand Down

0 comments on commit 976897c

Please sign in to comment.