Skip to content

Commit

Permalink
update default patient list to show recently_modified first after no_…
Browse files Browse the repository at this point in the history
…consultation_filed (#2232)

fix patient list default sorting
  • Loading branch information
sainak authored Jun 5, 2024
1 parent 2472d0e commit 7b4fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/api/viewsets/patient.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def get_queryset(self):
)
).order_by(
"-no_consultation_filed",
"modified_date",
"-modified_date",
)

return queryset
Expand Down

0 comments on commit 7b4fdc8

Please sign in to comment.