Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit f4f6d58

Browse files
SORMAS-Foundation#2942 Fix contact follow up visits sort by report date
1 parent 382a90c commit f4f6d58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sormas-backend/src/main/java/de/symeda/sormas/backend/contact/ContactFacadeEjb.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ public List<ContactFollowUpDto> getContactFollowUpList(
726726
case FollowUpDto.UUID:
727727
case ContactFollowUpDto.LAST_CONTACT_DATE:
728728
case FollowUpDto.REPORT_DATE:
729+
expression = contact.get(Contact.REPORT_DATE_TIME);
730+
break;
729731
case FollowUpDto.FOLLOW_UP_UNTIL:
730732
expression = contact.get(sortProperty.propertyName);
731733
break;

0 commit comments

Comments
 (0)