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

Commit a55d0ce

Browse files
author
barnabartha
committed
SORMAS-Foundation#3150 - sync campaign data to mobile - fix compilation issue
1 parent 08e6202 commit a55d0ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sormas-app/app/src/main/java/de/symeda/sormas/app/backend/campaign/CampaignDtoHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ protected void fillInnerFromDto(Campaign target, CampaignDto source) {
6868
target.setStartDate(source.getStartDate());
6969
target.setEndDate(source.getEndDate());
7070
target.setCreatingUser(DatabaseHelper.getUserDao().getByReferenceDto(source.getCreatingUser()));
71-
target.setDashboardElements(source.getCampaignDashboardElements());
7271
}
7372

7473
@Override

0 commit comments

Comments
 (0)